system/graphite-web: Fix version and manpages.

This commit is contained in:
Mario Preksavec 2015-03-02 18:23:54 +01:00 committed by Willy Sudiarto Raharjo
parent 08db90ae6b
commit 095bd3bfe9

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=graphite-web
VERSION=${VERSION:-0.9.3pre1}
VERSION=${VERSION:-0.9.13pre1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -95,8 +95,8 @@ cat webapp/graphite/local_settings.py.example \
mv $PKG/usr/webapp $PKG/usr/share/$PRGNAM/static
# Manpages also from Debian
mkdir -p $PKG/usr/man
cp -a $CWD/man1 $PKG/usr/man
mkdir -p $PKG/usr/man/man1
cp $CWD/man1/*.1 $PKG/usr/man/man1
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION