wok diff mountlo/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 94222de071f1
children b2a632fc9587
line diff
     1.1 --- a/mountlo/receipt	Sat Apr 10 15:06:13 2010 +0200
     1.2 +++ b/mountlo/receipt	Sat May 28 23:23:13 2011 +0200
     1.3 @@ -14,9 +14,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	[ -f $SOURCES_REPOSITORY/$PACKAGE-i386-$VERSION.tar.gz ] ||
     1.8 +		wget $SF_MIRROR/fuse/$PACKAGE/$VERSION/$PACKAGE-i386-$VERSION.tar.gz \
     1.9 +			-P $SOURCES_REPOSITORY
    1.10  	if [ ! -f mountlo-$VERSION/mountlo ]; then
    1.11 -		wget $SF_MIRROR/fuse/$PACKAGE/$VERSION/$PACKAGE-i386-$VERSION.tar.gz
    1.12 -		tar xzf $PACKAGE-i386-$VERSION.tar.gz
    1.13 +		tar xzf $SOURCES_REPOSITORY/$PACKAGE-i386-$VERSION.tar.gz
    1.14  	fi
    1.15  }
    1.16