--- cups.SlackBuild 2006-08-17 01:17:52.000000000 -0400 +++ cups.SlackBuild.s390x 2006-09-05 18:38:00.000000000 -0400 @@ -23,7 +23,8 @@ tar xjvf $CWD/cups-$VERSION-source.tar.bz2 cd cups-$VERSION ./configure \ - --disable-pam + --disable-pam \ + --libdir='${exec_prefix}/lib64' make -j3 || exit 1 mkdir -p $PKG/etc/cups mkdir -p $PKG/var/spool @@ -36,7 +37,7 @@ # However, this will get you the most useful SMB support for free. # Thanks to Boris Kurktchiev for the tip. :-) -( cd $PKG/usr/lib/cups/backend +( cd $PKG/usr/lib64/cups/backend if [ ! -r smb ]; then ln -sf /usr/bin/smbspool smb fi