wok rev 15041
iproute2: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 13:44:12 2013 +0000 (2013-08-12) |
parents | 5d0ae6405d4c |
children | 12be315f51c7 |
files | iproute2/receipt |
line diff
1.1 --- a/iproute2/receipt Mon Aug 12 13:39:28 2013 +0000 1.2 +++ b/iproute2/receipt Mon Aug 12 13:44:12 2013 +0000 1.3 @@ -30,7 +30,7 @@ 1.4 mkdir -p $fs 1.5 cp -a $install/usr $fs/ 1.6 cp -a $install/etc $fs/ 1.7 - cp -a $install/lib $fs/ 1.8 + cp -a $install/var $fs/ 1.9 cp -a $install/sbin $fs/ 1.10 } 1.11