wok-4.x diff xvkbd/receipt @ rev 12217
Remove tazpkg-web (obsolete)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 05 13:32:52 2012 +0200 (2012-04-05) |
parents | bf6e17c8473c |
children |
line diff
1.1 --- a/xvkbd/receipt Sun Aug 22 13:20:25 2010 +0000 1.2 +++ b/xvkbd/receipt Thu Apr 05 13:32:52 2012 +0200 1.3 @@ -23,7 +23,7 @@ 1.4 # remove Xaw3d 1.5 sed -i '/#define XAW3D/d' Imakefile 1.6 xmkmf && 1.7 - make DESTDIR=$PWD/_pkg install 1.8 + make install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 @@ -34,7 +34,7 @@ 1.13 cp -a $_pkg/usr/lib $fs/usr 1.14 cp -a $_pkg/etc/X11 $fs/etc 1.15 # Add .desktop file 1.16 - cp -a stuff/* $fs 1.17 + cp -a $stuff/* $fs 1.18 } 1.19 1.20 post_install()