summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_latest_built_package_filename.sh
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2019-01-01 22:56:56 +0100
committerFrançois Andriot <[email protected]>2019-01-01 22:56:56 +0100
commit10db604da9567d12f60504c7456b51edc81e0a8b (patch)
tree1f158d5a581355057e73f3ad8370f40c5e86ef5b /redhat/build/get_latest_built_package_filename.sh
parent7e100357a2add8c5b5fb5f93d24dca9dd46cc2d9 (diff)
downloadtde-packaging-10db604da9567d12f60504c7456b51edc81e0a8b.tar.gz
tde-packaging-10db604da9567d12f60504c7456b51edc81e0a8b.zip
RPM: update build scripts
Diffstat (limited to 'redhat/build/get_latest_built_package_filename.sh')
-rwxr-xr-xredhat/build/get_latest_built_package_filename.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/get_latest_built_package_filename.sh b/redhat/build/get_latest_built_package_filename.sh
index a459ced19..048493bf2 100755
--- a/redhat/build/get_latest_built_package_filename.sh
+++ b/redhat/build/get_latest_built_package_filename.sh
@@ -2,7 +2,7 @@
PKGNAME="$1"
[ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1
-TDE_VERSION="${2:-14.0.0}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.5}}"
RPMDIR="$(rpm -E %{_rpmdir}.tde-${TDE_VERSION})"
RPMDIR_ARCH="${RPMDIR}/$(rpm -E %_target_cpu)"