wok-current diff vmtouch/receipt @ rev 20747
Up par2 (0.8.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 10 12:08:41 2019 +0100 (2019-02-10) |
parents | 61a8957ac604 |
children | 7b00cceb3650 |
line diff
1.1 --- a/vmtouch/receipt Sun May 07 15:59:20 2017 +0100 1.2 +++ b/vmtouch/receipt Sun Feb 10 12:08:41 2019 +0100 1.3 @@ -16,14 +16,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - make 1.8 - make DESTDIR=$DESTDIR install 1.9 + make 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr 1.16 - cp -a $install/usr/bin $fs/usr 1.17 + mkdir -p $fs/usr/bin 1.18 + cp -a $src/$PACKAGE $fs/usr/bin 1.19 } 1.20