wok diff nbd/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents afae00265386
children d3556b8f5c3d
line diff
     1.1 --- a/nbd/receipt	Tue Feb 08 16:59:06 2022 +0000
     1.2 +++ b/nbd/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nbd"
     1.7 -VERSION="3.20"
     1.8 +VERSION="3.24"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Remote block devices over a TCP/IP network."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -33,17 +33,16 @@
    1.13  		--prefix=/usr		\
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	make install DESTDIR=$DESTDIR
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr
    1.24  	mkdir -p $fs/etc/nbd-server
    1.25  
    1.26 -	cp -a $install/usr/bin	$fs/usr
    1.27 -	cp -a $install/usr/sbin	$fs/usr
    1.28 +	cook_copy_folders	bin
    1.29 +	cook_copy_folders	sbin
    1.30  
    1.31  	touch			$fs/etc/nbd-server/config
    1.32  }