summaryrefslogtreecommitdiffstats
path: root/redhat/build
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2018-11-29 21:39:49 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2018-11-29 21:39:49 +0100
commite0e9cbe466c1488a245ba028645a6f897b9ea02c (patch)
tree3ac7d7bad3286e81dab005a548d7844d024e88c7 /redhat/build
parent94bd1ae2e507e5a1bb9f825f9b407f555d1bf497 (diff)
downloadtde-packaging-e0e9cbe466c1488a245ba028645a6f897b9ea02c.tar.gz
tde-packaging-e0e9cbe466c1488a245ba028645a6f897b9ea02c.zip
RPM: update build scripts
Diffstat (limited to 'redhat/build')
-rwxr-xr-xredhat/build/gather_rpm_sources.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/redhat/build/gather_rpm_sources.sh b/redhat/build/gather_rpm_sources.sh
index 98b67cbdc..f6b7253dc 100755
--- a/redhat/build/gather_rpm_sources.sh
+++ b/redhat/build/gather_rpm_sources.sh
@@ -1,8 +1,7 @@
-#!/bin/bash
-
-# Usage: build_rpm_package.sh <TDE_PACKAGE> [TDE_VERSION]
-# Example: build_rpm_package.sh tdebase 14.0.0
+#!/bin/bash -x
+# Usage: gather_rpm_sources.sh <TDE_PACKAGE> <TDE_VERSION> <DESTINATION>
+# Example: gather_rpm_sources.sh tdebase 14.0.0 /tmp/tdebase
PKGNAME="${1%/}"
PKGNAME="${PKGNAME##*/}"
@@ -31,7 +30,7 @@ cp -f ${SPECFILE} ${SOURCES} ${TARBALL} "${TARGETDIR}"
### Check for patches
-PATCHDIR="${SPECFILE%/*}/patches/${TDE_VERSION}"
+PATCHDIR="${HOME}/tde/tde-patches/${TDE_VERSION}/$1"
if [ -d "${PATCHDIR}" ]; then
cat "${PATCHDIR}/"*".patch" >>"${TARGETDIR}/one.patch"
sed -i "${TARGETDIR}/"*".spec" \