wok diff balance/receipt @ rev 18730

Quote root dir in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 20 15:13:45 2015 +0100 (2015-12-20)
parents 8d6f480bf664
children 11b5e93cb5f2
line diff
     1.1 --- a/balance/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/balance/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.3 @@ -8,13 +8,12 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.inlab.de/balance.html"
     1.7 -WGET_URL="http://www.inlab.de/balance-3.42.tar.gz"
     1.8 +WGET_URL="http://www.inlab.de/$TARBALL"
     1.9  TAGS="web internet load-balancing proxy tcp ipv6"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null
    1.16  	make &&
    1.17  	make DESTDIR=$DESTDIR install
    1.18 @@ -26,4 +25,3 @@
    1.19  	mkdir -p $fs/usr
    1.20  	cp -a $install/usr/sbin $fs/usr
    1.21  }
    1.22 -