wok diff dev86/receipt @ rev 14000
Up: emacs-pkg-lua-mode (20111107)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Feb 14 13:36:00 2013 +0100 (2013-02-14) |
parents | 4c16797dce28 |
children | 16c0bac038bf |
line diff
1.1 --- a/dev86/receipt Tue Jun 12 18:52:42 2012 +0200 1.2 +++ b/dev86/receipt Thu Feb 14 13:36:00 2013 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 # Be busybox compatible 1.5 sed -i 's/ | cat -v//' libcompat 1.6 echo q | make -j 1 PREFIX=/usr && 1.7 - make -j 1 DIST=$PWD/_pkg install 1.8 + make -j 1 DIST=$DESTDIR install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 @@ -28,6 +28,7 @@ 1.13 mkdir -p $fs/usr 1.14 cp -a $_pkg/usr/bin $fs/usr 1.15 cp -a $_pkg/usr/lib $fs/usr 1.16 + cp -a $stuff/com2exe $fs/usr/bin 1.17 } 1.18 1.19 # Pre and post install commands for Tazpkg.