diff options
author | François Andriot <[email protected]> | 2021-01-31 21:05:16 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-01-31 21:05:16 +0100 |
commit | 05e981f0b89c0130808952da8dda4aff1d7d25a7 (patch) | |
tree | 814c5ea1ecbdff476518542612921e373b45e72d /redhat/build/gather_rpm_sources.sh | |
parent | effbf509eea4f37a1a8660242769ed1746b67ee0 (diff) | |
download | tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.tar.gz tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.zip |
RPM: more updates
Diffstat (limited to 'redhat/build/gather_rpm_sources.sh')
-rwxr-xr-x | redhat/build/gather_rpm_sources.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/build/gather_rpm_sources.sh b/redhat/build/gather_rpm_sources.sh index 6159a2bf0..9f421e770 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.7 /tmp/tdebase +# Example: gather_rpm_sources.sh tdebase 14.1.0 /tmp/tdebase PKGNAME="${1%/}" PKGNAME="${PKGNAME##*/}" -TDE_VERSION="${2:-${TDE_VERSION:-14.0.7}}" +TDE_VERSION="${2:-${TDE_VERSION:-14.1.0}}" TARGETDIR="${3:-/tmp/${PKGNAME}-${TDE_VERSION}}" DIST="$4" |