wok rev 2741

Up: findutils (4.4.1)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 26 00:06:45 2009 +0200 (2009-04-26)
parents 727501367d55
children b995bbc41b98
files findutils/receipt
line diff
     1.1 --- a/findutils/receipt	Sun Apr 26 00:06:00 2009 +0200
     1.2 +++ b/findutils/receipt	Sun Apr 26 00:06:45 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="findutils"
     1.7 -VERSION="4.4.0"
     1.8 +VERSION="4.4.1"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Utilities and tools to find/locate."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -20,8 +20,8 @@
    1.13  		--localstatedir=/var \
    1.14  		--infodir=/usr/share/info \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22  
    1.23 @@ -36,9 +36,7 @@
    1.24  # Prevent erasing busybox...
    1.25  pre_install()
    1.26  {
    1.27 -	local root
    1.28 -	root=$1
    1.29 -	rm -f $root/usr/bin/find
    1.30 +	rm -f $1/usr/bin/find
    1.31  }
    1.32  
    1.33  post_remove()