wok diff radiusclient-ng/receipt @ rev 10562

openexr: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 22:38:15 2011 +0200 (2011-05-25)
parents 2650aaa6a59e
children 3b4e4318134e
line diff
     1.1 --- a/radiusclient-ng/receipt	Thu Sep 24 09:59:33 2009 +0200
     1.2 +++ b/radiusclient-ng/receipt	Wed May 25 22:38:15 2011 +0200
     1.3 @@ -24,7 +24,8 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a $_pkg/usr/etc $_pkg/usr/sbin $fs/usr
     1.8 +	cp -a $_pkg/etc $fs
     1.9 +	cp -a $_pkg/usr/sbin $fs/usr
    1.10  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.11  }
    1.12