diff --git a/scripts/Build-Pkg b/scripts/Build-Pkg index a94626a..7d1c656 100755 --- a/scripts/Build-Pkg +++ b/scripts/Build-Pkg @@ -382,11 +382,12 @@ fi flistroot="bin boot etc lib sbin usr var opt" # additionally allowed toplevel directories for 64 bit architectures +# TODO generate list from $arch_abis case $arch_machine in powerpc64|sparc64|x86_64|mips64) var_append flistroot ' ' "lib64" if [ "$SDECFG_MULTILIB" = 1 ]; then - var_append flistroot ' ' "lib32" + var_append flistroot ' ' "lib32 libn32" fi ;; esac