From 07e851fb711ef77aaf849a2ae1aeec4273aa5d51 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 16 Jan 2012 10:43:25 +0100 Subject: [PATCH] cups: don't install resource file (improved) --- cups/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cups/Pkgfile b/cups/Pkgfile index 2ec007b20..f43eddd25 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -17,6 +17,7 @@ build () { patch -p1 -i $SRC/cups-config.patch patch -p1 -i $SRC/usb-backend-gracefully-fail-on-more-cases-of-bad-device-id.patch patch -p0 -d backend -i $SRC/usb-skip-interface-altsetting.patch + sed -i '/^LANGUAGES/,+2s/^/#/' Makedefs.in ./configure --prefix=/usr \ --sysconfdir=/etc \ @@ -36,8 +37,7 @@ build () { --enable-tcp-wrappers \ --enable-acl \ --disable-pam \ - --disable-dbus \ - --without-bundledir + --disable-dbus make make {MENU,ICON}DIR="" BUILDROOT=$PKG install