diff options
author | François Andriot <[email protected]> | 2019-01-01 22:56:56 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2019-01-03 22:07:51 +0100 |
commit | d036de9c62c1a4e74663a038fe6f1b31f6323375 (patch) | |
tree | 47e49e1123855239eefd6fac3b9d60e7a21b65a9 /redhat/build/configure_repository.sh | |
parent | 8fb1b9251ac496f0a557118003d90018cac34b56 (diff) | |
download | tde-packaging-d036de9c62c1a4e74663a038fe6f1b31f6323375.tar.gz tde-packaging-d036de9c62c1a4e74663a038fe6f1b31f6323375.zip |
RPM: update build scripts
Diffstat (limited to 'redhat/build/configure_repository.sh')
-rwxr-xr-x | redhat/build/configure_repository.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/configure_repository.sh b/redhat/build/configure_repository.sh index d280319f0..5691cfc13 100755 --- a/redhat/build/configure_repository.sh +++ b/redhat/build/configure_repository.sh @@ -1,6 +1,6 @@ #!/bin/bash -x -TDE_VERSION=${1:-14.0.0} +TDE_VERSION="${1:-${TDE_VERSION:-14.0.5}}" ARCH=$(rpm -E %_target_cpu) RPMDIR=$(rpm -E %{_rpmdir}.tde-${TDE_VERSION}) |