# HG changeset patch # User Pascal Bellard # Date 1349685907 -7200 # Node ID f2ff76b6e8e23fa64deff0a2feef1a81d1a98e8c # Parent 5f4c4d8193183cfcc5106d3fe2a1d3c2f5bc1cb4 Up iproute2 (3.6.0) diff -r 5f4c4d819318 -r f2ff76b6e8e2 iproute2/receipt --- a/iproute2/receipt Mon Oct 08 09:54:41 2012 +0200 +++ b/iproute2/receipt Mon Oct 08 10:45:07 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="iproute2" -VERSION="3.2.0" +VERSION="3.6.0" CATEGORY="network" SHORT_DESC="utilites for networking and traffic control" MAINTAINER="allan316@gmail.com" @@ -27,9 +27,9 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs/ - cp -a $_pkg/etc $fs/ - cp -a $_pkg/lib $fs/ - cp -a $_pkg/sbin $fs/ + cp -a $install/usr $fs/ + cp -a $install/etc $fs/ + cp -a $install/lib $fs/ + cp -a $install/sbin $fs/ }