--- libtool.SlackBuild 2006-04-03 20:39:19.000000000 -0400 +++ libtool.SlackBuild.s390x 2006-07-30 17:18:33.000000000 -0400 @@ -25,9 +25,11 @@ CFLAGS=-O2 \ ./configure \ --prefix=/usr \ + libdir='${exec_prefix}/lib64' \ $ARCH-slackware-linux make make install DESTDIR=$PKG +chown -R root.bin $PKG/usr/bin ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null