Fix invalid installation of udev libs to /lib
[hvlinux.git] / stage5 / pkg / cups
index c65a6da..fc5c0d6 100644 (file)
@@ -4,10 +4,10 @@ hvconfig_pre()
 {
     hv_useradd -c "Print_Service_User" -d /dev/null -g lp -s /bin/false -u 9 lp
 
-    CONFIGURE_OPTS="--libdir=/usr/lib"
+    CONFIGURE_OPTS="--libdir=/usr/lib --enable-pdftops"
 }
 
-hvbuild_pre()
+hvbuild_post()
 {
     if [ -n "${CUPS_SERVER}" ]; then
         # Configuring for connection to a remote CUPS print server