diff options
Diffstat (limited to 'cups/Pkgfile')
-rwxr-xr-x | cups/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cups/Pkgfile b/cups/Pkgfile index c546025eb..fd7f34fd1 100755 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -6,12 +6,11 @@ # Run on: libcups,dbus-glib,libusb,hicolor-icon-theme,linux-pam,libldap name=cups -version=1.5.2 +version=1.5.3 release=1 source=(http://ftp.easysw.com/pub/$name/$version/$name-$version-source.tar.bz2 cups) - build() { source /etc/blfs-bootscripts wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 @@ -23,7 +22,6 @@ build() { --with-logdir=/var/log/cups \ --with-docdir=/usr/share/doc/cups \ --enable-raw-printing \ - --enable-pdftops \ --with-pdftops=pdftops \ --mandir=/usr/share/man \ --enable-threads \ @@ -40,7 +38,7 @@ build() { make DESTDIR=$PKG install-$name sed -i 's|^Exec=htmlview http://localhost:631/|Exec=xdg-open http://localhost:631/|g' \ $PKG/usr/share/applications/cups.desktop - install -m754 ../cups $PKG/etc/rc.d/init.d/ +# install -m754 ../cups $PKG/etc/rc.d/init.d/ chmod 755 $PKG/var/spool chmod 755 $PKG/etc } |