wok diff gnutls/receipt @ 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 113cd65675c3
children 2b9f96603415
line diff
     1.1 --- a/gnutls/receipt	Fri Nov 11 18:28:17 2011 +0100
     1.2 +++ b/gnutls/receipt	Thu May 31 18:52:02 2012 +0000
     1.3 @@ -28,7 +28,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share $fs/usr/lib
     1.8 +	mkdir -p $fs/usr
     1.9  	cp -a $_pkg/usr/bin $fs/usr
    1.10  }
    1.11