wok diff gpgme-dev/receipt @ rev 8761

Add aufs patches into linux stuff to be able to recook the package using same stuff & to avoid linux counted as commited after each clean
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 21 04:39:34 2011 +0100 (2011-02-21)
parents 851d4c73c039
children 522ecffa385d
line diff
     1.1 --- a/gpgme-dev/receipt	Mon Oct 18 04:07:50 2010 +0000
     1.2 +++ b/gpgme-dev/receipt	Mon Feb 21 04:39:34 2011 +0100
     1.3 @@ -12,9 +12,10 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib 
     1.8 +	mkdir -p $fs/usr/lib $fs/usr/share
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10  	cp -a $_pkg/usr/include $fs/usr
    1.11  	cp -a $_pkg/usr/bin $fs/usr
    1.12 +	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.13  }
    1.14