From 0a79466aba0a6c607ed4bf0bb96f2981b6268e4e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 27 May 2014 18:48:18 +0200 Subject: [PATCH] hooks/prepare-32bit: remove lib32 symlink in lib32mode=full, unnecessary. --- common/hooks/post-install/06-prepare-32bit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/hooks/post-install/06-prepare-32bit.sh b/common/hooks/post-install/06-prepare-32bit.sh index 49985763b1..e175371d9c 100644 --- a/common/hooks/post-install/06-prepare-32bit.sh +++ b/common/hooks/post-install/06-prepare-32bit.sh @@ -61,6 +61,8 @@ hook() { # Full 32bit mode; copy everything to new destdir. mkdir -p ${destdir32} cp -a ${PKGDESTDIR}/* ${destdir32}/ + # remove symlink + rm ${destdir32}/usr/lib32 fi if [ ! -d ${destdir32} ]; then return