wok diff xorg-libXinerama-dev/receipt @ rev 5338

Fix: xorg-libXinerama-dev have include file (Xinerama.h)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 25 23:13:16 2010 +0200 (2010-04-25)
parents 55fede281d6c
children 6e2f02f2ed85
line diff
     1.1 --- a/xorg-libXinerama-dev/receipt	Sun Apr 18 22:57:05 2010 +0200
     1.2 +++ b/xorg-libXinerama-dev/receipt	Sun Apr 25 23:13:16 2010 +0200
     1.3 @@ -17,5 +17,5 @@
     1.4  	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
     1.5  	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
     1.6  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
     1.7 -	#cp -a $_pkg/usr/include $fs/usr
     1.8 +	cp -a $_pkg/usr/include $fs/usr
     1.9  }