--- xmms.SlackBuild 2006-04-03 20:48:29.000000000 -0400 +++ xmms.SlackBuild.s390x 2006-09-03 02:39:01.000000000 -0400 @@ -30,6 +30,7 @@ CXXFLAGS=-O2 \ ./configure \ --prefix=/usr \ + --libdir='${exec_prefix}/lib64' \ --localstatedir=/var/lib \ --disable-static \ --enable-simd \ @@ -73,6 +74,7 @@ $PKG/usr/doc/xmms-$VERSION/arts_output-$ARTSPLUG # Finish up... +chown -R root.bin $PKG/usr/bin gzip -9 $PKG/usr/man/*/* ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null