common/hooks/post-install/80-prepare-32bit.sh: use dot to reference directory content instead of wildcard

fixes #46612
This commit is contained in:
John 2023-10-11 20:45:12 +02:00 committed by Đoàn Trần Công Danh
parent dcaf66c6f9
commit 38eb546f46
1 changed files with 1 additions and 1 deletions

View File

@ -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