wok diff btrfs-progs/receipt @ rev 24085

tuxpaint: do not run kbuildsycoca4 without kde
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 14:52:46 2021 +0000 (2021-07-10)
parents 5261e289a47f
children a3b6dd3aac6f
line diff
     1.1 --- a/btrfs-progs/receipt	Sun Jan 05 17:11:40 2020 +0100
     1.2 +++ b/btrfs-progs/receipt	Sat Jul 10 14:52:46 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="btrfs-progs"
     1.7 -VERSION="5.4"
     1.8 +VERSION="5.7"
     1.9  CATEGORY="system-tools"
    1.10  TAGS="filesystem fault-tolerance"
    1.11  SHORT_DESC="Btrfs Filesystem user space tools."
    1.12 @@ -34,10 +34,11 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 +	mkdir -p $fs/usr $install/usr/share/man
    1.18  
    1.19 -	cp -a $install/usr/bin	$fs/usr
    1.20 +	cp -a $install/usr/bin		$fs/usr
    1.21 +	cp -a $src/Documentation/*.?	$install/usr/share/man
    1.22  
    1.23  	# Split mkfs --> btrfs-mkfs
    1.24 -	rm			$fs/usr/bin/mkfs.btrfs
    1.25 +	rm				$fs/usr/bin/mkfs.btrfs
    1.26  }