# HG changeset patch # User Antoine Bodin # Date 1297895515 -3600 # Node ID 4e8875b152c4a6225076b88c8466ea761584f25d # Parent 64fae462fb286eca1e9f953eed3466dadcaa5f13 Oups... I forgot to remove a debugging comment from splix diff -r 64fae462fb28 -r 4e8875b152c4 splix/receipt --- a/splix/receipt Wed Feb 16 23:19:40 2011 +0100 +++ b/splix/receipt Wed Feb 16 23:31:55 2011 +0100 @@ -30,5 +30,5 @@ cp -a $_pkg/usr/lib/cups $fs/usr/lib/ cp -a $_pkg/usr/share/cups $fs/usr/share # gzip all ppd files - #find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9 + find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9 }