From 13bbca09c1b352be3bce2755a39c7d866fd541f7 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 1 Oct 2009 20:48:13 +0200 Subject: [PATCH] cups: use configure switch to disable install of desktop files --- cups/Pkgfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cups/Pkgfile b/cups/Pkgfile index d31c87359..67b0fff43 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -26,7 +26,7 @@ build () { --with-cups-group=lp \ --with-languages="" \ --without-{java,perl,php,python} \ - --without-rcdir \ + --without-{rcdir,menudir,icondir} \ --enable-ssl \ --enable-gnutls=no \ --enable-openssl=yes \ @@ -37,7 +37,6 @@ build () { make make BUILDROOT=$PKG install - rm -r $PKG/usr/share/{icons,applications} chmod 0755 $PKG/var/{cache,spool} chmod -R +w $PKG