wok diff iproute2/receipt @ rev 13899

qutim: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 19 15:58:06 2013 +0100 (2013-01-19)
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 Jan 19 15:58:06 2013 +0100
     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