wok-6.x diff iproute2/receipt @ rev 13489
up gawk (4.0.1)
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Thu Oct 11 23:37:18 2012 +0000 (2012-10-11) |
parents | 8ab202c7076c |
children | 380ffe05937a |
line diff
1.1 --- a/iproute2/receipt Wed Jun 06 21:20:57 2012 +0200 1.2 +++ b/iproute2/receipt Thu Oct 11 23:37:18 2012 +0000 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