wok diff tlp/receipt @ rev 23797

linld: fix argstr
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 23 18:02:24 2020 +0000 (2020-05-23)
parents b70697785a3c
children 5ea0ce1cecc0
line diff
     1.1 --- a/tlp/receipt	Mon Oct 21 15:53:37 2019 +0100
     1.2 +++ b/tlp/receipt	Sat May 23 18:02:24 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tlp"
     1.7 -VERSION="1.2.2"
     1.8 +VERSION="1.3.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Advanced Power Management for Linux."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -20,5 +20,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	cp -a $install/* $fs
    1.17 +	cp -a $install/*	$fs
    1.18  }