--- infozip.SlackBuild 2006-04-03 20:34:39.000000000 -0400 +++ infozip.SlackBuild.s390x 2006-08-19 00:46:09.000000000 -0400 @@ -50,13 +50,14 @@ cp -a BUGS COPYING Contents History.`echo $VERSION | tr -d .` INSTALL README ToDo WHERE \ $PKG/usr/doc/unzip-$VERSION chmod 644 $PKG/usr/doc/unzip-$VERSION/* -make -f unix/Makefile linux +make -f unix/Makefile linux_noasm cat unzip > $PKG/usr/bin/unzip cat unzipsfx > $PKG/usr/bin/unzipsfx cat funzip > $PKG/usr/bin/funzip cat unix/zipgrep > $PKG/usr/bin/zipgrep ( cd $PKG/usr/bin ; ln -sf unzip zipinfo ) chmod 755 $PKG/usr/bin/* +chown -R root:bin $PKG/usr/bin cd man for page in funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 ; do cat $page | gzip -9c > $PKG/usr/man/man1/$page.gz