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-01 22:56:56 +0100 |
commit | 10db604da9567d12f60504c7456b51edc81e0a8b (patch) | |
tree | 1f158d5a581355057e73f3ad8370f40c5e86ef5b /redhat/build/gather_rpm_sources.sh | |
parent | 7e100357a2add8c5b5fb5f93d24dca9dd46cc2d9 (diff) | |
download | tde-packaging-10db604da9567d12f60504c7456b51edc81e0a8b.tar.gz tde-packaging-10db604da9567d12f60504c7456b51edc81e0a8b.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" |