From a9558e3f3511a2e847e084f6cd7bc348b18671a0 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 24 Oct 2018 15:50:26 -0400 Subject: fix version.txt and the way build script learns version --- build-laps.sh | 2 +- src/usr/share/doc/laps/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-laps.sh b/build-laps.sh index a7fee94..e53486c 100755 --- a/build-laps.sh +++ b/build-laps.sh @@ -1,7 +1,7 @@ #!/bin/sh test -z "${PACK_PACKAGE}" && PACK_PACKAGE=laps -test -z "${PACK_VERSION}" && PACK_VERSION=0.0.1 +test -z "${PACK_VERSION}" && PACK_VERSION="$( cat src/usr/share/doc/laps/version.txt )" test -z "${PACK_DIR}" && PACK_DIR="$( readlink -f "$( dirname "${0}" )" )" test -z "${RPMBUILD_SOURCES_DIR}" && RPMBUILD_SOURCES_DIR="/home/${USER}/rpmbuild/SOURCES" diff --git a/src/usr/share/doc/laps/version.txt b/src/usr/share/doc/laps/version.txt index 8acdd82..4e379d2 100644 --- a/src/usr/share/doc/laps/version.txt +++ b/src/usr/share/doc/laps/version.txt @@ -1 +1 @@ -0.0.1 +0.0.2 -- cgit