--- cups.SlackBuild	2007-11-01 22:13:28.000000000 -0400
+++ cups.SlackBuild.s390x	2009-07-05 15:25:13.000000000 -0400
@@ -29,7 +29,8 @@
 )
 
 ./configure \
-  --disable-pam
+  --disable-pam  \
+  --libdir='${exec_prefix}/lib64'
 make -j3 || exit 1
 mkdir -p $PKG/etc/cups
 mkdir -p $PKG/var/spool
@@ -42,7 +43,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
