# HG changeset patch # User Christophe Lincoln # Date 1240697205 -7200 # Node ID 48b90c1f6c467aad99d60ed9b2c975c5e800d9f0 # Parent 727501367d5593950a0d7291109d2387dd2c0893 Up: findutils (4.4.1) diff -r 727501367d55 -r 48b90c1f6c46 findutils/receipt --- a/findutils/receipt Sun Apr 26 00:06:00 2009 +0200 +++ b/findutils/receipt Sun Apr 26 00:06:45 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="findutils" -VERSION="4.4.0" +VERSION="4.4.1" CATEGORY="utilities" SHORT_DESC="Utilities and tools to find/locate." MAINTAINER="pankso@slitaz.org" @@ -20,8 +20,8 @@ --localstatedir=/var \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } @@ -36,9 +36,7 @@ # Prevent erasing busybox... pre_install() { - local root - root=$1 - rm -f $root/usr/bin/find + rm -f $1/usr/bin/find } post_remove()