--- ppp.SlackBuild 2006-06-29 02:49:17.000000000 -0400 +++ ppp.SlackBuild.s390x 2006-08-04 01:20:46.000000000 -0400 @@ -30,6 +30,7 @@ make make install DESTDIR=$PKG/usr mv $PKG/usr/share/man $PKG/usr +mv $PKG/usr/lib $PKG/usr/lib64 rmdir $PKG/usr/share # Install PPP config files: @@ -46,7 +47,7 @@ # Fix what seems like an insecure default setting. # Feel free to "chmod 4750 pppoatm.so rp-pppoe.so" at your own risk. # Since they are only runnable by group root, the risk really isn't much... -chmod 755 $PKG/usr/lib/pppd/*/*.so +chmod 755 $PKG/usr/lib64/pppd/*/*.so mkdir -p $PKG/usr/doc/ppp-$VERSION cp -a \ @@ -60,9 +61,11 @@ rm -rf radiusclient-0.3.2 tar xjf $CWD/radiusclient-0.3.2.tar.bz2 cd radiusclient-0.3.2 +cp -vp /usr/share/libtool/config.* . chown -R root:root . ./configure \ --prefix=/usr \ + --libdir='${exec_prefix}/lib64' \ --sysconfdir=/etc make make install DESTDIR=$PKG