wok diff lv2/receipt @ rev 25611

Add zx0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 01 18:37:27 2023 +0000 (14 months ago)
parents c9ed77869d08
children
line diff
     1.1 --- a/lv2/receipt	Wed Mar 30 17:00:58 2022 +0100
     1.2 +++ b/lv2/receipt	Tue Aug 01 18:37:27 2023 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lv2"
     1.7 -VERSION="1.18.2"
     1.8 +VERSION="1.18.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Portable plugin standard for audio systems."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -32,5 +32,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  }