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:
parent
61cb296a8f
commit
e8ac04d05b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue