wok-next rev 18837
Up slitaz-base-files + typo in autoblog
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Wed Jan 20 21:39:21 2016 +0100 (2016-01-20) |
parents | c0ad10db4140 |
children | 0fb8ea2ee933 |
files | autoblog/receipt slitaz-base-files/receipt |
line diff
1.1 --- a/autoblog/receipt Tue Jan 19 22:25:38 2016 +0100 1.2 +++ b/autoblog/receipt Wed Jan 20 21:39:21 2016 +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 }
2.1 --- a/slitaz-base-files/receipt Tue Jan 19 22:25:38 2016 +0100 2.2 +++ b/slitaz-base-files/receipt Wed Jan 20 21:39:21 2016 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slitaz-base-files" 2.7 -VERSION="294" 2.8 +VERSION="296" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Linux tree and the necessary files for the base system." 2.11 MAINTAINER="pankso@slitaz.org"