wok diff xorg-libXtst-dev/receipt @ rev 6708
Added a soft /usr/src/linux so its easier to port to the source.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 14 02:00:26 2010 +0000 (2010-10-14) |
parents | 9e5394659b25 |
children | 9e25b94eab5b |
line diff
1.1 --- a/xorg-libXtst-dev/receipt Tue May 04 09:08:32 2010 +0200 1.2 +++ b/xorg-libXtst-dev/receipt Thu Oct 14 02:00:26 2010 +0000 1.3 @@ -13,10 +13,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 $fs/usr/include/X11/extensions 1.8 + mkdir -p $fs/usr/lib $fs/usr/include/X11 1.9 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.10 cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib 1.11 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.12 - cp -a $_pkg/usr/include/X11/extensions/XTest.h \ 1.13 - $fs/usr/include/X11/extensions 1.14 + cp -a $_pkg/usr/include/X11/extensions $fs/usr/include/X11/ 1.15 }