wok-current diff bind-dev/receipt @ rev 14628

Up: subversion to 1.7.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 20:48:23 2013 +0000 (2013-06-01)
parents 641d98dacf82
children a7b54d88ae54
line diff
     1.1 --- a/bind-dev/receipt	Thu Apr 19 21:41:08 2012 +0000
     1.2 +++ b/bind-dev/receipt	Sat Jun 01 20:48:23 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bind-dev"
     1.7 -VERSION="9.9.0"
     1.8 +VERSION="9.9.2-P2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Domain Name System development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,7 +12,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20  }
    1.21