summaryrefslogtreecommitdiffstats
path: root/redhat/build/gather_rpm_sources.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2019-11-03 10:18:22 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2019-11-03 11:16:30 +0100
commit4c50b73e0b3c5f1f360b58f68b9f83d3866323a5 (patch)
treeba1c909fffec46dca940b31a21acd438d57f40b1 /redhat/build/gather_rpm_sources.sh
parentc3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (diff)
downloadtde-packaging-4c50b73e0b3c5f1f360b58f68b9f83d3866323a5.tar.gz
tde-packaging-4c50b73e0b3c5f1f360b58f68b9f83d3866323a5.zip
RPM: update build scripts
Diffstat (limited to 'redhat/build/gather_rpm_sources.sh')
-rwxr-xr-xredhat/build/gather_rpm_sources.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/build/gather_rpm_sources.sh b/redhat/build/gather_rpm_sources.sh
index 82c4b6804..6159a2bf0 100755
--- a/redhat/build/gather_rpm_sources.sh
+++ b/redhat/build/gather_rpm_sources.sh
@@ -1,11 +1,11 @@
#!/bin/bash
# Usage: gather_rpm_sources.sh <TDE_PACKAGE> <TDE_VERSION> <DESTINATION>
-# Example: gather_rpm_sources.sh tdebase 14.0.0 /tmp/tdebase
+# Example: gather_rpm_sources.sh tdebase 14.0.7 /tmp/tdebase
PKGNAME="${1%/}"
PKGNAME="${PKGNAME##*/}"
-TDE_VERSION="${2:-${TDE_VERSION:-14.0.5}}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.7}}"
TARGETDIR="${3:-/tmp/${PKGNAME}-${TDE_VERSION}}"
DIST="$4"