wok-6.x rev 9725
xvkbd: clean up
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 05:29:46 2011 +0000 (2011-05-09) |
parents | 221336519316 |
children | c71f826f23cb |
files | xvkbd/receipt |
line diff
1.1 --- a/xvkbd/receipt Mon May 09 05:28:27 2011 +0000 1.2 +++ b/xvkbd/receipt Mon May 09 05:29:46 2011 +0000 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()