--- ytalk.SlackBuild 2006-04-03 20:46:12.000000000 -0400 +++ ytalk.SlackBuild.s390x 2006-08-06 12:56:43.000000000 -0400 @@ -16,7 +16,7 @@ SLKCFLAGS="-O2 -march=i386 -mcpu=i686" elif [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "s390" ]; then +elif [ "$ARCH" = "s390x" ]; then SLKCFLAGS="-O2" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2" @@ -51,6 +51,7 @@ 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 ) +chown -R root:bin $PKG/usr/bin mkdir -p $PKG/usr/doc/ytalk-$VERSION cp -a \ AUTHORS COPYING ChangeLog INSTALL README \