diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-01-01 22:56:56 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-01-03 22:07:51 +0100 |
commit | d036de9c62c1a4e74663a038fe6f1b31f6323375 (patch) | |
tree | 47e49e1123855239eefd6fac3b9d60e7a21b65a9 /redhat/build/gather_rpm_sources.sh | |
parent | 8fb1b9251ac496f0a557118003d90018cac34b56 (diff) | |
download | tde-packaging-d036de9c62c1a4e74663a038fe6f1b31f6323375.tar.gz tde-packaging-d036de9c62c1a4e74663a038fe6f1b31f6323375.zip |
RPM: update build scripts
Diffstat (limited to 'redhat/build/gather_rpm_sources.sh')
-rwxr-xr-x | redhat/build/gather_rpm_sources.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/gather_rpm_sources.sh b/redhat/build/gather_rpm_sources.sh index 244b140c5..82c4b6804 100755 --- a/redhat/build/gather_rpm_sources.sh +++ b/redhat/build/gather_rpm_sources.sh @@ -5,7 +5,7 @@ PKGNAME="${1%/}" PKGNAME="${PKGNAME##*/}" -TDE_VERSION="${2:-14.0.5}" +TDE_VERSION="${2:-${TDE_VERSION:-14.0.5}}" TARGETDIR="${3:-/tmp/${PKGNAME}-${TDE_VERSION}}" DIST="$4" |