wok diff libsqlite/receipt @ rev 11304

Up: dosfstools (3.0.12)
author Alexander Medvedev <devl547@gmail.com>
date Sat Nov 12 23:03:56 2011 +0000 (2011-11-12)
parents 7b63a08dff3f
children 9b467e60ded0
line diff
     1.1 --- a/libsqlite/receipt	Fri May 20 15:24:48 2011 +0000
     1.2 +++ b/libsqlite/receipt	Sat Nov 12 23:03:56 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsqlite"
     1.7 -_amalgamationver=3070603
     1.8 +_amalgamationver=3070900
     1.9  _amalgamationver2=${_amalgamationver/00/}
    1.10  VERSION="${_amalgamationver2//0/.}"
    1.11  CATEGORY="office"
    1.12 @@ -14,5 +14,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.18  }