--- utempter.SlackBuild 2006-04-03 20:35:56.000000000 -0400 +++ utempter.SlackBuild.s390x 2006-09-06 00:18:29.000000000 -0400 @@ -22,13 +22,19 @@ find . -perm 775 -exec chmod 755 {} \; make make install DESTDIR=$PKG + +( cd $PKG/usr + mv lib lib64 +) + # A static libutempter seems like a bad idea, since it wouldn't work # without the making utempter binary. That and the shared lib are a # closely matched set. -rm -f $PKG/usr/lib/libutempter.a +rm -f $PKG/usr/lib64/libutempter.a # Set proper permissions: chown root.utmp $PKG/usr/sbin/utempter chmod 2755 $PKG/usr/sbin/utempter +chown root:bin $PKG/usr/sbin chmod 644 $PKG/usr/include/utempter.h mkdir -p $PKG/usr/doc/utempter-$VERSION cp -a \