wok-current
diff web-applications/receipt @ rev 2078
gpgme gpgme-dev vanessa_adt: remove hardcoded *PACKED_SIZE
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Sat Jan 24 16:12:02 2009 +0000 (2009-01-24) |
parents |
03a799424aaa |
children |
d458aac9d33f |
line diff
1.1 --- a/web-applications/receipt Fri Sep 26 09:21:16 2008 +0000
1.2 +++ b/web-applications/receipt Sat Jan 24 16:12:02 2009 +0000
1.3 @@ -11,5 +11,5 @@
1.4 genpkg_rules()
1.5 {
1.6 mkdir -p $fs/usr/share
1.7 - cp -a stuff/pixmaps $fs/usr/share
1.8 + cp -a stuff/* $fs/usr/share
1.9 }