wok-next diff libsqlite/receipt @ rev 11858
up nss 3.13.3
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 08:34:30 2012 -0800 (2012-02-27) |
parents | 7b63a08dff3f |
children | 9b467e60ded0 |
line diff
1.1 --- a/libsqlite/receipt Fri May 20 15:24:48 2011 +0000 1.2 +++ b/libsqlite/receipt Mon Feb 27 08:34:30 2012 -0800 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 }