wok diff bind-dev/receipt @ rev 14731

xorg-xf86-video-ati: update genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 11:00:23 2013 +0200 (2013-06-13)
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	Thu Jun 13 11:00:23 2013 +0200
     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