wok diff autoblog/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents d52e76bdb48f
children 2a5cc8208d36
line diff
     1.1 --- a/autoblog/receipt	Sun Dec 25 15:18:49 2011 +0100
     1.2 +++ b/autoblog/receipt	Fri Sep 27 09:56:20 2013 +0000
     1.3 @@ -7,7 +7,8 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="replicates articles from another blog."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -_TARBALL="$PACKAGE-$VERSION.php"
     1.8 +TARBALL="$PACKAGE-$VERSION.php"
     1.9 +EXTRA_SOURCE_FILES="vvb.ini"
    1.10  URLV1="http://sebsauvage.net/streisand.me/download.php"
    1.11  URLV2="http://autoblog.kd2.org/source.txt"
    1.12  URL="$URLV1"
    1.13 @@ -18,8 +19,8 @@
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -	[ -s "$SOURCES_REPOSITORY/$_TARBALL" ] ||
    1.18 -		wget -O "$SOURCES_REPOSITORY/$_TARBALL" $URL
    1.19 +	[ -s "$SOURCES_REPOSITORY/$TARBALL" ] ||
    1.20 +		wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL
    1.21  	[ -s "$SOURCES_REPOSITORY/vvb.ini" ] ||
    1.22  		wget -O "$SOURCES_REPOSITORY/vvb.ini" \
    1.23  			http://sebsauvage.net/streisand.me/sebsauvage/vvb.ini