cups: don't install resource file

This commit is contained in:
Juergen Daubert 2012-01-16 09:08:02 +01:00
parent ef17e96a62
commit dd34ad835f
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,3 @@
drwxr-xr-x root/root Resources/
drwxr-xr-x root/root Resources/English.lproj/
-rw-r--r-- root/root Resources/English.lproj/cups.strings
drwxr-xr-x root/root etc/
drwxr-xr-x root/lp etc/cups/
-rw-r----- root/lp etc/cups/cupsd.conf

View File

@ -5,7 +5,7 @@
name=cups
version=1.5.0
release=1
release=2
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2
cups-config.patch cups
usb-backend-gracefully-fail-on-more-cases-of-bad-device-id.patch
@ -36,7 +36,8 @@ build () {
--enable-tcp-wrappers \
--enable-acl \
--disable-pam \
--disable-dbus
--disable-dbus \
--without-bundledir
make
make {MENU,ICON}DIR="" BUILDROOT=$PKG install