mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +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
|
||||
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
|
||||
- Fix incompatibility with slackpkg-2.83.0-noarch-3
|
||||
- Fix setupmultilib script. It did use oldstyle 'multilib:'
|
||||
- Fix a regression in TAG PRIORITY
|
||||
- Handle the case where /var/log/packages is a symlink
|
||||
|
||||
+-------------------------+
|
||||
|
||||
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
|
||||
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
|
||||
- Fix incompatibility with slackpkg-2.83.0-noarch-3
|
||||
- Fix setupmultilib script. It did use oldstyle 'multilib:'
|
||||
- Fix a regression in TAG PRIORITY
|
||||
- Handle the case where /var/log/packages is a symlink
|
||||
|
||||
+-------------------------+
|
||||
|
||||
Thu Apr 26 23:49:04 CEST 2018
|
||||
|
|
|
@ -484,6 +484,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
URLFILE=$1
|
||||
|
||||
if [ $(basename $1) = "ChangeLog.txt" ];then
|
||||
DOWNLOADCHANGELOG=no
|
||||
if [ -e $TMPDIR/changelogdownloaded ];then
|
||||
echo " Done."
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue