From 87f6b601162a5b8cb55481969a93531467b49f3f Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 17 Sep 2009 15:50:56 +0200 Subject: [PATCH] cups: use --without-rcdir instead of rm after install --- cups/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cups/Pkgfile b/cups/Pkgfile index 543b9c532..d31c87359 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -5,7 +5,7 @@ name=cups version=1.4.1 -release=1 +release=2 source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \ cups-config.patch cups cups-st3332.patch) @@ -26,6 +26,7 @@ build () { --with-cups-group=lp \ --with-languages="" \ --without-{java,perl,php,python} \ + --without-rcdir \ --enable-ssl \ --enable-gnutls=no \ --enable-openssl=yes \ @@ -36,7 +37,6 @@ build () { make make BUILDROOT=$PKG install - rm -r $PKG/etc/rc.d/* rm -r $PKG/usr/share/{icons,applications} chmod 0755 $PKG/var/{cache,spool} chmod -R +w $PKG