wok diff cherokee-dev/receipt @ rev 11388

Fix: allow the removal of slitaz-boot-scripts
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:50:27 2011 +0100 (2011-12-10)
parents 6355beac422f
children 380ffe05937a
line diff
     1.1 --- a/cherokee-dev/receipt	Fri Feb 25 02:47:43 2011 +0000
     1.2 +++ b/cherokee-dev/receipt	Sat Dec 10 04:50:27 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cherokee-dev"
     1.7 -VERSION="1.2.1"
     1.8 +VERSION="1.2.101"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="devel files for cherokee"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -13,9 +13,9 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib/cherokee $fs/usr/share
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/cherokee/*.*a $fs/usr/lib/cherokee
    1.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.20 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/cherokee/*.*a $fs/usr/lib/cherokee
    1.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.24  }
    1.25