diff --git a/common/hooks/post-install/80-prepare-32bit.sh b/common/hooks/post-install/80-prepare-32bit.sh index 31be7d6ab81..4bc0bde0f76 100644 --- a/common/hooks/post-install/80-prepare-32bit.sh +++ b/common/hooks/post-install/80-prepare-32bit.sh @@ -61,7 +61,7 @@ hook() { elif [ "$lib32mode" = "full" ]; then # Full 32bit mode; copy everything to new destdir. mkdir -p ${destdir32} - cp -a ${PKGDESTDIR}/* ${destdir32}/ + cp -a ${PKGDESTDIR}/. ${destdir32}/ # remove symlink if [ -h ${destdir32}/usr/lib32 ]; then rm ${destdir32}/usr/lib32