mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-27 19:58:02 +01:00
Fri Jun 15 18:25:33 CEST 2018
pkg/slackpkg+-1.7.0d1-noarch-5mt.txz - Fix incompatibility with slackpkg prior 2.83.0-noarch-3
This commit is contained in:
parent
7c210bb714
commit
f3dac64a1b
3 changed files with 11 additions and 2 deletions
|
@ -1,10 +1,14 @@
|
||||||
|
Fri Jun 15 18:25:33 CEST 2018
|
||||||
|
pkg/slackpkg+-1.7.0d1-noarch-5mt.txz
|
||||||
|
- Fix incompatibility with slackpkg prior 2.83.0-noarch-3
|
||||||
|
+-------------------------+
|
||||||
|
|
||||||
Fri Jun 15 16:09:51 CEST 2018
|
Fri Jun 15 16:09:51 CEST 2018
|
||||||
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
|
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
|
||||||
- Fix incompatibility with slackpkg-2.83.0-noarch-3
|
- Fix incompatibility with slackpkg-2.83.0-noarch-3
|
||||||
- Fix setupmultilib script. It did use oldstyle 'multilib:'
|
- Fix setupmultilib script. It did use oldstyle 'multilib:'
|
||||||
- Fix a regression in TAG PRIORITY
|
- Fix a regression in TAG PRIORITY
|
||||||
- Handle the case where /var/log/packages is a symlink
|
- Handle the case where /var/log/packages is a symlink
|
||||||
|
|
||||||
+-------------------------+
|
+-------------------------+
|
||||||
|
|
||||||
Thu Apr 26 23:49:04 CEST 2018
|
Thu Apr 26 23:49:04 CEST 2018
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
|
Fri Jun 15 18:25:33 CEST 2018
|
||||||
|
pkg/slackpkg+-1.7.0d1-noarch-5mt.txz
|
||||||
|
- Fix incompatibility with slackpkg prior 2.83.0-noarch-3
|
||||||
|
+-------------------------+
|
||||||
|
|
||||||
Fri Jun 15 16:09:51 CEST 2018
|
Fri Jun 15 16:09:51 CEST 2018
|
||||||
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
|
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
|
||||||
- Fix incompatibility with slackpkg-2.83.0-noarch-3
|
- Fix incompatibility with slackpkg-2.83.0-noarch-3
|
||||||
- Fix setupmultilib script. It did use oldstyle 'multilib:'
|
- Fix setupmultilib script. It did use oldstyle 'multilib:'
|
||||||
- Fix a regression in TAG PRIORITY
|
- Fix a regression in TAG PRIORITY
|
||||||
- Handle the case where /var/log/packages is a symlink
|
- Handle the case where /var/log/packages is a symlink
|
||||||
|
|
||||||
+-------------------------+
|
+-------------------------+
|
||||||
|
|
||||||
Thu Apr 26 23:49:04 CEST 2018
|
Thu Apr 26 23:49:04 CEST 2018
|
||||||
|
|
|
@ -484,6 +484,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
URLFILE=$1
|
URLFILE=$1
|
||||||
|
|
||||||
if [ $(basename $1) = "ChangeLog.txt" ];then
|
if [ $(basename $1) = "ChangeLog.txt" ];then
|
||||||
|
DOWNLOADCHANGELOG=no
|
||||||
if [ -e $TMPDIR/changelogdownloaded ];then
|
if [ -e $TMPDIR/changelogdownloaded ];then
|
||||||
echo " Done."
|
echo " Done."
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue