--- lynx.SlackBuild 2006-04-03 20:44:27.000000000 -0400 +++ lynx.SlackBuild.s390x 2007-01-17 23:35:48.000000000 -0500 @@ -62,6 +62,7 @@ make install DESTDIR=$PKG make install-help DESTDIR=$PKG make install-doc 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