wok diff xorg-libXtst-dev/receipt @ rev 6073
zsh: no more link for /bin/sh with tazbb
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 26 12:59:48 2010 +0200 (2010-08-26) |
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 Aug 26 12:59:48 2010 +0200 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 }