wok-stable diff xvkbd/receipt @ rev 11194
Up: leocad to 0.75.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 03:12:43 2011 +0000 (2011-11-03) |
parents | bf6e17c8473c |
children |
line diff
1.1 --- a/xvkbd/receipt Sun Aug 22 13:20:25 2010 +0000 1.2 +++ b/xvkbd/receipt Thu Nov 03 03:12:43 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()