wok-next diff tcc-common/receipt @ rev 7771

Removed gdk-pixbuf.loaders in gtk+ package. It could cause other plugins to be listed then the ones installed on newer installs.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 21:23:10 2010 +0000 (2010-12-22)
parents 2f9a90706449
children ca0901691a7a
line diff
     1.1 --- a/tcc-common/receipt	Sat May 15 16:05:09 2010 +0200
     1.2 +++ b/tcc-common/receipt	Wed Dec 22 21:23:10 2010 +0000
     1.3 @@ -11,7 +11,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr/include
     1.9  	cp -a $_pkg/usr/lib $fs/usr
    1.10 +	mv $fs/usr/lib/tcc/include/libtcc.h $fs/usr/include
    1.11  }
    1.12