Revert "common/hooks/post-install/06-prepare-32bit.sh: ignore bootstrap pkgs."

This reverts commit e1f2d12a95.

glibc must have 32bit packages and it's a bootstrap pkg.
This commit is contained in:
Juan RP 2014-03-17 14:15:26 +01:00
parent 61cb296a8f
commit e8ac04d05b

View file

@ -19,8 +19,8 @@ hook() {
if [ "$XBPS_TARGET_MACHINE" != "i686" ]; then
return
fi
# Ignore noarch and bootstrap pkgs.
if [ -n "$noarch" -o -n "$bootstrap" ]; then
# Ignore noarch pkgs.
if [ -n "$noarch" ]; then
return
fi
if [ -z "$lib32mode" ]; then