summaryrefslogtreecommitdiffstats
path: root/redhat/build/gather_rpm_sources.sh
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2018-12-02 11:45:46 +0100
committerFrançois Andriot <[email protected]>2018-12-02 21:49:02 +0100
commitfbc6de58500b5037b6a8dc3795d55b0d1286d512 (patch)
treeb681e0f3dd40a077f49987eb9ae97f9ded950232 /redhat/build/gather_rpm_sources.sh
parentfea0292e6ba6312d462321aaf695999a7fe6f50a (diff)
downloadtde-packaging-fbc6de58500b5037b6a8dc3795d55b0d1286d512.tar.gz
tde-packaging-fbc6de58500b5037b6a8dc3795d55b0d1286d512.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 f6b7253dc..244b140c5 100755
--- a/redhat/build/gather_rpm_sources.sh
+++ b/redhat/build/gather_rpm_sources.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash
# Usage: gather_rpm_sources.sh <TDE_PACKAGE> <TDE_VERSION> <DESTINATION>
# Example: gather_rpm_sources.sh tdebase 14.0.0 /tmp/tdebase
@@ -30,7 +30,7 @@ cp -f ${SPECFILE} ${SOURCES} ${TARBALL} "${TARGETDIR}"
### Check for patches
-PATCHDIR="${HOME}/tde/tde-patches/${TDE_VERSION}/$1"
+PATCHDIR="${HOME}/tde/patches/${TDE_VERSION}/$1"
if [ -d "${PATCHDIR}" ]; then
cat "${PATCHDIR}/"*".patch" >>"${TARGETDIR}/one.patch"
sed -i "${TARGETDIR}/"*".spec" \