diff options
author | François Andriot <albator78@libertysurf.fr> | 2024-04-29 14:30:41 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2024-04-29 14:30:41 +0200 |
commit | 035e7452dfc49c9e3c0d90566fa8f829e38543c5 (patch) | |
tree | 13eb1ed9721c9bcc23cd5c5393aa03a5adb36c4f /redhat/build/gather_rpm_sources.sh | |
parent | fc7f0a89b5b2ab811a1b50477c0cab4f3d6af24a (diff) | |
download | tde-packaging-035e7452dfc49c9e3c0d90566fa8f829e38543c5.tar.gz tde-packaging-035e7452dfc49c9e3c0d90566fa8f829e38543c5.zip |
RPM: update for final R14.1.2
Signed-off-by: François Andriot <albator78@libertysurf.fr>
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 e054e7806..b7bbf1306 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.1.1 /tmp/tdebase +# Example: gather_rpm_sources.sh tdebase 14.1.2 /tmp/tdebase PKGNAME="${1%/}" PKGNAME="${PKGNAME##*/}" -TDE_VERSION="${2:-${TDE_VERSION:-14.1.1}}" +TDE_VERSION="${2:-${TDE_VERSION:-14.1.2}}" TARGETDIR="${3:-/tmp/${PKGNAME}-${TDE_VERSION}}" DIST="$4" |