wok diff iproute2/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 8ab202c7076c
children 380ffe05937a
line diff
     1.1 --- a/iproute2/receipt	Wed Jun 06 21:20:57 2012 +0200
     1.2 +++ b/iproute2/receipt	Sat Aug 03 17:37:48 2013 +0300
     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