wok diff util-linux-cfdisk/receipt @ rev 24815

updated libnids (1.24 -> 1.26)
author Hans-G?nter Theisgen
date Wed Mar 23 06:19:41 2022 +0100 (2022-03-23)
parents 268e759bcf02
children 03de36849d05
line diff
     1.1 --- a/util-linux-cfdisk/receipt	Thu Oct 31 15:20:14 2019 +0100
     1.2 +++ b/util-linux-cfdisk/receipt	Wed Mar 23 06:19:41 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="util-linux-cfdisk"
     1.7 -VERSION="2.34"
     1.8 +VERSION="2.35.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The cfdisk utility from Util Linux."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,8 +17,9 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 +	mkdir -p $fs/usr/share/applications
    1.17 +
    1.18  	cook_copy_files cfdisk
    1.19 -	mkdir -p $fs/usr/share/applications
    1.20 -	cp $stuff/cfdisk.desktop $fs/usr/share/applications
    1.21 -	rm -r $fs/usr/share/bash-completion
    1.22 +	cp $stuff/cfdisk.desktop	$fs/usr/share/applications
    1.23 +	rm -r				$fs/usr/share/bash-completion
    1.24  }