wok-6.x diff xvkbd/receipt @ rev 11638
Up: ucarp (1.5.2):wq!
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Feb 03 00:14:48 2012 +0100 (2012-02-03) |
parents | bf6e17c8473c |
children | 11090b38aa85 |
line diff
1.1 --- a/xvkbd/receipt Sun Aug 22 13:20:25 2010 +0000 1.2 +++ b/xvkbd/receipt Fri Feb 03 00:14:48 2012 +0100 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()