wok-6.x rev 13981
muparser: update genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 07 09:51:45 2013 +0100 (2013-02-07) |
parents | 167f66ec9bcd |
children | 8aafda70380c |
files | muparser/receipt |
line diff
1.1 --- a/muparser/receipt Thu Feb 07 09:57:25 2013 +0000 1.2 +++ b/muparser/receipt Thu Feb 07 09:51:45 2013 +0100 1.3 @@ -24,6 +24,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/ 1.7 - cp -a $install/usr/bin $fs/usr/ 1.8 + #cp -a $install/usr/bin $fs/usr/ 1.9 cp -a $install/usr/lib $fs/usr/ 1.10 }