diff options
author | François Andriot <[email protected]> | 2014-12-15 23:38:06 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2014-12-15 23:38:06 +0100 |
commit | d19d14a03103d32059598d292defb77945309f28 (patch) | |
tree | ee992c9fa6b2aaf1f12cefcccaec75e2eaa0a550 /redhat/build/get_specfile.sh | |
parent | 092caa810a152ddcbc89e908fee1f4611a5acc70 (diff) | |
download | tde-packaging-d19d14a03103d32059598d292defb77945309f28.tar.gz tde-packaging-d19d14a03103d32059598d292defb77945309f28.zip |
RPM packaging: update for R14
Diffstat (limited to 'redhat/build/get_specfile.sh')
-rwxr-xr-x | redhat/build/get_specfile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/get_specfile.sh b/redhat/build/get_specfile.sh index 70ff8d144..54094064b 100755 --- a/redhat/build/get_specfile.sh +++ b/redhat/build/get_specfile.sh @@ -6,7 +6,7 @@ TDE_VERSION="${2:-14.0.0}" [ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1 [ -d "${TDE_PACKAGING_DIR}" ] || TDE_PACKAGING_DIR=~/tde/tde-packaging -[ -d "${DIST_PACKAGING_DIR}" ] || DIST_PACKAGING_DIR=${PACKAGING_DIR}/redhat +[ -d "${DIST_PACKAGING_DIR}" ] || DIST_PACKAGING_DIR=${TDE_PACKAGING_DIR}/redhat # Special case for QT3 if [ "${PKGNAME}" = "qt3" ]; then |