cups: use --without-rcdir instead of rm after install
This commit is contained in:
parent
e58207a105
commit
87f6b60116
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user