cups: use --without-rcdir instead of rm after install

This commit is contained in:
Juergen Daubert 2009-09-17 15:50:56 +02:00
parent e58207a105
commit 87f6b60116

View File

@ -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