wok-current diff netatalk-dev/receipt @ rev 9754
libusb-compat: fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 03:37:17 2011 +0200 (2011-05-11) |
parents | 46c7fcbd34f1 |
children | 380ffe05937a |
line diff
1.1 --- a/netatalk-dev/receipt Tue Dec 21 11:13:40 2010 +0000 1.2 +++ b/netatalk-dev/receipt Wed May 11 03:37:17 2011 +0200 1.3 @@ -16,5 +16,5 @@ 1.4 cp -a $_pkg/usr/lib $fs/usr 1.5 cp -a $_pkg/usr/include $fs/usr 1.6 cp -a $_pkg/usr/share/netatalk $fs/usr/share 1.7 - cp -a $_pkg/etc/netatalk/uams/*a $fs/etc/netatalk/uams/ 1.8 + cp -a $_pkg/etc/netatalk/uams/*.a $fs/etc/netatalk/uams/ 1.9 }