wok-current diff mtop/receipt @ rev 14267
syslinux/iso2exe: add boot error message
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 02 08:37:23 2013 +0200 (2013-04-02) |
parents | 81601463d8a0 |
children | 7896f0694ef6 |
line diff
1.1 --- a/mtop/receipt Sun Nov 23 11:16:02 2008 +0000 1.2 +++ b/mtop/receipt Tue Apr 02 08:37:23 2013 +0200 1.3 @@ -14,15 +14,14 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 perl Makefile.PL --prefix=/usr && 1.9 make && 1.10 - make DESTDIR=$PWD/_pkg install 1.11 + make DESTDIR=$DESTDIR install 1.12 } 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 - cp -a $_pkg/usr $fs 1.18 + cp -a $install/usr $fs 1.19 } 1.20