wok diff iproute2/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 8ab202c7076c
children 380ffe05937a
line diff
     1.1 --- a/iproute2/receipt	Wed Jun 06 21:20:57 2012 +0200
     1.2 +++ b/iproute2/receipt	Wed Jan 09 01:13:47 2013 +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