diff options
author | François Andriot <albator78@libertysurf.fr> | 2018-12-09 13:38:09 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2018-12-09 13:39:00 +0100 |
commit | 728509a18e27b35b2437084dc070ab86ad505bfe (patch) | |
tree | 458fc4a1baf59288a2621bbfd81dbff77fa4638a /redhat/build/get_specfile.sh | |
parent | 1778a4c9ad302e363f739045d4e8ae25f5a40a33 (diff) | |
download | tde-packaging-728509a18e27b35b2437084dc070ab86ad505bfe.tar.gz tde-packaging-728509a18e27b35b2437084dc070ab86ad505bfe.zip |
RPM: update build scripts
Diffstat (limited to 'redhat/build/get_specfile.sh')
-rwxr-xr-x | redhat/build/get_specfile.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/build/get_specfile.sh b/redhat/build/get_specfile.sh index 92fbd7ddb..f82c3fde8 100755 --- a/redhat/build/get_specfile.sh +++ b/redhat/build/get_specfile.sh @@ -1,11 +1,11 @@ #!/bin/bash PKGNAME="${1##*/}" -TDE_VERSION="${2:-14.0.0}" +TDE_VERSION="${2:-14.0.5}" [ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1 -[ -d "${TDE_PACKAGING_DIR}" ] || TDE_PACKAGING_DIR=~/tde/tde-packaging +[ -d "${TDE_PACKAGING_DIR}" ] || TDE_PACKAGING_DIR=~/tde/master/tde-packaging [ -d "${DIST_PACKAGING_DIR}" ] || DIST_PACKAGING_DIR=${TDE_PACKAGING_DIR}/redhat # Special case for QT3 |