wok-6.x diff autoblog/receipt @ rev 19696
fbida, openmotif-dev: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 22:22:04 2017 +0100 (2017-02-13) |
parents | 9e01bc6321ea |
children | 970c5ec9a60a |
line diff
1.1 --- a/autoblog/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/autoblog/receipt Mon Feb 13 22:22:04 2017 +0100 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 }