wok-current diff atm-tools/receipt @ rev 8875

cups, depmod, diffutils: restore busybox links in port_remove()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 27 01:21:13 2011 +0100 (2011-02-27)
parents f4fd0777003f
children 59009b1c6878
line diff
     1.1 --- a/atm-tools/receipt	Tue Feb 16 10:51:34 2010 +0000
     1.2 +++ b/atm-tools/receipt	Sun Feb 27 01:21:13 2011 +0100
     1.3 @@ -11,16 +11,15 @@
     1.4  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
     1.5  CONFIG_FILES="/etc/atmsigd.conf"
     1.6  
     1.7 -
     1.8  # Rules to configure and make the package.
     1.9  compile_rules()
    1.10  {
    1.11  	cd $src
    1.12 -	busybox patch -p0 < ../stuff/MAX_PATH.u
    1.13 +	busybox patch -p0 < $stuff/MAX_PATH.u
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.16  	make &&
    1.17 -	make DESTDIR=$PWD/_pkg install
    1.18 +	make DESTDIR=$DESTDIR install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.