diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-03-02 18:23:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-08 06:35:09 +0700 |
commit | 095bd3bfe9f8ad8cf96fc0eae65ea7ecf48d3a10 (patch) | |
tree | 6145bb7c2bd2f3e2da63367ec07722e0e9e6b3d3 /system/graphite-web | |
parent | 08db90ae6bb859639f411cccb553aeb34f398cb3 (diff) | |
download | slackbuilds-095bd3bfe9f8ad8cf96fc0eae65ea7ecf48d3a10.tar.gz |
system/graphite-web: Fix version and manpages.
Diffstat (limited to 'system/graphite-web')
-rw-r--r-- | system/graphite-web/graphite-web.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/graphite-web/graphite-web.SlackBuild b/system/graphite-web/graphite-web.SlackBuild index 53e26ad1ba..22dac52643 100644 --- a/system/graphite-web/graphite-web.SlackBuild +++ b/system/graphite-web/graphite-web.SlackBuild @@ -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 |