# HG changeset patch # User Rohit Joshi # Date 1240761645 0 # Node ID 2fcd109566e73ed7a0981fa5176cd3216b963284 # Parent a636f1cfa227113ddf15ff9be0d3e27801c8793d Reduce cups pkg size diff -r a636f1cfa227 -r 2fcd109566e7 cups/receipt --- a/cups/receipt Sun Apr 26 15:51:54 2009 +0000 +++ b/cups/receipt Sun Apr 26 16:00:45 2009 +0000 @@ -46,15 +46,12 @@ cp -a $_pkg/usr/lib/cups $fs/usr/lib cp -a $_pkg/usr/share/cups $fs/usr/share cp -a $_pkg/usr/share/icons/hicolor/32x32/apps/cups.png $fs/usr/share/pixmaps - cp -a $_pkg/var $fs - + cp -a $_pkg/var $fs # We need the doc for CSS, images and help in the web interface. cp -a $_pkg/usr/share/doc $fs/usr/share - # tazwok does not strip files other than .so in usr/lib - # --strip-all Binaries. for dir in $fs/usr/lib/cups do