wok diff vmtouch/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 61a8957ac604
children 7b00cceb3650
line diff
     1.1 --- a/vmtouch/receipt	Sun May 07 15:59:20 2017 +0100
     1.2 +++ b/vmtouch/receipt	Thu Apr 18 17:46:06 2019 +0300
     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