wok-next diff autoblog/receipt @ rev 19601
Update/recook bunch of packages (some with known cook fails)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jan 27 15:35:03 2017 +0200 (2017-01-27) |
parents | 9e01bc6321ea |
children | 42d9d6d83956 |
line diff
1.1 --- a/autoblog/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/autoblog/receipt Fri Jan 27 15:35:03 2017 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 VERSIONV2="2.5.22" # need php 5.3 1.5 VERSION="$VERSIONV1" 1.6 CATEGORY="network" 1.7 -SHORT_DESC="replicates articles from another blog." 1.8 +SHORT_DESC="Replicates articles from another blog." 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="PublicDomain" 1.11 TARBALL="$PACKAGE-$VERSION" 1.12 @@ -32,7 +32,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/var/www/$PACKAGE 1.16 - cp $SOURCES_REPOSITORY/$_TARBALL $fs/var/www/$PACKAGE/index.php 1.17 + cp $SOURCES_REPOSITORY/$TARBALL $fs/var/www/$PACKAGE/index.php 1.18 cp $SOURCES_REPOSITORY/vvb.ini $fs/var/www/$PACKAGE/ 1.19 dos2unix $fs/var/www/$PACKAGE/* 1.20 }