cups: use configure switch to disable install of desktop files

This commit is contained in:
Juergen Daubert 2009-10-01 20:48:13 +02:00
parent 2c00359688
commit 13bbca09c1

View File

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