Fixed an issue with ALLOW32BIT

thanks phenixia2003
This commit is contained in:
Matteo Rossini 2013-11-19 14:45:42 +01:00
parent 5d6c9656dc
commit 359efb974c

View file

@ -742,6 +742,10 @@ if [ "$SLACKPKGPLUS" = "on" ];then
fi
done
if [[ "$CMD" == "upgrade" || "$CMD" == "upgrade-all" ]] && [ "$ALLOW32BIT" == "on" ] ; then
ARCH="\($ARCH\)\|\([i]*[3456x]86[^_]*\)"
fi
if [ "$CMD" == "install" ] || [ "$CMD" == "upgrade" ] || [ "$CMD" == "reinstall" ] || [ "$CMD" == "remove" ] ; then
NEWINPUTLIST=""