wok diff netatalk-dev/receipt @ rev 14399

evas_generic_loaders: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 23 18:10:37 2013 +0200 (2013-04-23)
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	Tue Apr 23 18:10:37 2013 +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  }