wok-4.x diff netatalk-dev/receipt @ rev 11573
Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 02 23:06:18 2012 +0100 (2012-01-02) |
parents | 46c7fcbd34f1 |
children |
line diff
1.1 --- a/netatalk-dev/receipt Tue Dec 21 11:13:40 2010 +0000 1.2 +++ b/netatalk-dev/receipt Mon Jan 02 23:06:18 2012 +0100 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 }