wok rev 5579

tcc-common: mv libtcc.h to /usr/include
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 15 21:19:45 2010 +0200 (2010-05-15)
parents a878a8e4e836
children bcfe5fa6a00f
files tcc-common/receipt
line diff
     1.1 --- a/tcc-common/receipt	Sat May 15 20:40:38 2010 +0200
     1.2 +++ b/tcc-common/receipt	Sat May 15 21:19:45 2010 +0200
     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