wok rev 13464
Up iproute2 (3.6.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 08 10:45:07 2012 +0200 (2012-10-08) |
parents | 5f4c4d819318 |
children | c993d22235c4 |
files | iproute2/receipt |
line diff
1.1 --- a/iproute2/receipt Mon Oct 08 09:54:41 2012 +0200 1.2 +++ b/iproute2/receipt Mon Oct 08 10:45:07 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iproute2" 1.7 -VERSION="3.2.0" 1.8 +VERSION="3.6.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="utilites for networking and traffic control" 1.11 MAINTAINER="allan316@gmail.com" 1.12 @@ -27,9 +27,9 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs 1.16 - cp -a $_pkg/usr $fs/ 1.17 - cp -a $_pkg/etc $fs/ 1.18 - cp -a $_pkg/lib $fs/ 1.19 - cp -a $_pkg/sbin $fs/ 1.20 + cp -a $install/usr $fs/ 1.21 + cp -a $install/etc $fs/ 1.22 + cp -a $install/lib $fs/ 1.23 + cp -a $install/sbin $fs/ 1.24 } 1.25