update pass version to install script

This commit is contained in:
Dimitris Zlatanidis 2015-02-18 22:44:27 +02:00
parent 9ca3af3f2c
commit b6554e1197
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
PRGNAM=slpkg
VERSION=${VERSION:-$(cat slpkg/__metadata__.py | grep "__version_info__ = (" \
| cut -c25-31 | tr -d [[:space:]] | tr , .)}
| tr -d [[:space:]] | cut -c19-23 | tr , .)}
TAG=${TAG:-_dsw}
# Installation script.

View file

@ -24,7 +24,7 @@
PRGNAM=slpkg
VERSION=${VERSION:-$(cat ../slpkg/__metadata__.py | grep "__version_info__ = (" \
| cut -c25-31 | tr -d [[:space:]] | tr , .)}
| tr -d [[:space:]] | cut -c19-23 | tr , .)}
BUILD=${BUILD:-1}
TAG=${TAG:-_dsw}