wok diff reiser4progs/receipt @ rev 25493

Add libgnt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 19 17:37:48 2022 +0000 (19 months ago)
parents 3abeffdae80b
children
line diff
     1.1 --- a/reiser4progs/receipt	Thu Feb 10 11:43:39 2022 +0000
     1.2 +++ b/reiser4progs/receipt	Sat Nov 19 17:37:48 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="reiser4progs"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.0.5"
     1.9  CATEGORY="system-tools"
    1.10  TAGS="filesystem reiserfs"
    1.11  SHORT_DESC="Utilities for manipulating reiser4 file-systems."
    1.12 @@ -34,14 +34,12 @@
    1.13  		--mandir=/usr/share/man		\
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make $MAKEFLAGS &&
    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/lib
    1.24 -
    1.25 -	cp -a $install/usr/sbin		$fs/usr
    1.26 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.27 +	cook_copy_folders	sbin
    1.28 +	cook_copy_files		*.so*
    1.29  }