wok rev 12964

sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 31 18:52:02 2012 +0000 (2012-05-31)
parents e714b10b01c1
children 949e9a8f1707
files sqlite/receipt
line diff
     1.1 --- a/sqlite/receipt	Thu May 31 23:18:41 2012 +0200
     1.2 +++ b/sqlite/receipt	Thu May 31 18:52:02 2012 +0000
     1.3 @@ -45,10 +45,9 @@
     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
     1.9  	
    1.10  	cp -a $install/usr/bin $fs/usr
    1.11 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.12  	if [ -f $fs/usr/bin/lemon ]; then
    1.13  		rm -f $fs/usr/bin/lemon
    1.14  	fi