From e8ac04d05b43b890394c4f640665e4de23c15926 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Mar 2014 14:15:26 +0100 Subject: [PATCH] Revert "common/hooks/post-install/06-prepare-32bit.sh: ignore bootstrap pkgs." This reverts commit e1f2d12a954552df11bcc1ff3d9d8143e8135304. glibc must have 32bit packages and it's a bootstrap pkg. --- common/hooks/post-install/06-prepare-32bit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/hooks/post-install/06-prepare-32bit.sh b/common/hooks/post-install/06-prepare-32bit.sh index acc2b684f9..4faeff3678 100644 --- a/common/hooks/post-install/06-prepare-32bit.sh +++ b/common/hooks/post-install/06-prepare-32bit.sh @@ -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