From e1f2d12a954552df11bcc1ff3d9d8143e8135304 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Mar 2014 11:45:54 +0100 Subject: [PATCH] common/hooks/post-install/06-prepare-32bit.sh: ignore bootstrap pkgs. --- 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 4faeff3678d..acc2b684f9a 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 pkgs. - if [ -n "$noarch" ]; then + # Ignore noarch and bootstrap pkgs. + if [ -n "$noarch" -o -n "$bootstrap" ]; then return fi if [ -z "$lib32mode" ]; then