wok rev 19947

vmtouch: fix build
author Paul Issott <paul@slitaz.org>
date Sun May 07 16:28:32 2017 +0100 (2017-05-07)
parents 61a8957ac604
children d271048cbf11
files vmtouch/receipt
line diff
     1.1 --- a/vmtouch/receipt	Sun May 07 15:59:20 2017 +0100
     1.2 +++ b/vmtouch/receipt	Sun May 07 16:28:32 2017 +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