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