|
|
@ -815,6 +815,9 @@ pkggetdir() { |
|
|
libdir) |
|
|
libdir) |
|
|
case $arch_machine in |
|
|
case $arch_machine in |
|
|
powerpc64|sparc64|x86_64|mips64) |
|
|
powerpc64|sparc64|x86_64|mips64) |
|
|
|
|
|
if [ -z "$arch_suffix" ]; then |
|
|
|
|
|
arch_suffix="$SDECFG_ABI_DEFAULT" |
|
|
|
|
|
fi |
|
|
echo "$xprefix/lib$arch_suffix" ;; |
|
|
echo "$xprefix/lib$arch_suffix" ;; |
|
|
*) |
|
|
*) |
|
|
echo "$xprefix/lib" ;; |
|
|
echo "$xprefix/lib" ;; |
|
|
|