mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
update pass version to install script
This commit is contained in:
parent
9ca3af3f2c
commit
b6554e1197
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue