wok diff sqlite-dev/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 7b63a08dff3f
children 9b467e60ded0
line diff
     1.1 --- a/sqlite-dev/receipt	Fri May 20 15:24:48 2011 +0000
     1.2 +++ b/sqlite-dev/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sqlite-dev"
     1.7 -_amalgamationver=3070603
     1.8 +_amalgamationver=3070900
     1.9  _amalgamationver2=${_amalgamationver/00/}
    1.10  VERSION="${_amalgamationver2//0/.}"
    1.11  CATEGORY="development"
    1.12 @@ -15,7 +15,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/lib/pkgconfig $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22  }