mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-27 09:58:34 +01:00
Version 20131119.3 - 20/Nov/2013
- Now ALLOW32BIT also auto-greylist the 32bit packages
This commit is contained in:
parent
dccee92c02
commit
d0e0ccbf78
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Version 20131119.3 - 20/Nov/2013
|
||||
- Fixed various issues
|
||||
- Now ALLOW32BIT also auto-greylist the 32bit packages
|
||||
|
||||
Version 20131119.2 - 19/Nov/2013
|
||||
- Added ALLOW32BIT flag to allow to install 32bit packages on a 64bit system
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Version 20131119.3 - 20/Nov/2013
|
||||
- Fixed various issues
|
||||
- Now ALLOW32BIT also auto-greylist the 32bit packages
|
||||
|
||||
Version 20131119.2 - 19/Nov/2013
|
||||
- Added ALLOW32BIT flag to allow to install 32bit packages on a 64bit system
|
||||
|
||||
|
|
|
@ -744,6 +744,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
|
||||
if [[ "$CMD" == "upgrade" || "$CMD" == "upgrade-all" ]] && [ "$ALLOW32BIT" == "on" ] ; then
|
||||
ARCH="\($ARCH\)\|\([i]*[3456x]86[^_]*\)"
|
||||
echo -e "i[3456]86\nx86" > $TMPDIR/greylist.32bit
|
||||
fi
|
||||
|
||||
if [ "$CMD" == "install" ] || [ "$CMD" == "upgrade" ] || [ "$CMD" == "reinstall" ] || [ "$CMD" == "remove" ] ; then
|
||||
|
|
Loading…
Reference in a new issue