summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_specfile.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2017-03-22 21:57:13 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2017-03-22 21:57:13 +0100
commit6ddde32ec4113ca2574a6d63f85b312db776a40c (patch)
tree790db43d4d46fcbeea6689ec5568374de11545ee /redhat/build/get_specfile.sh
parentaeb5bcbd06637b5e132a2796438fd6a612bf57cc (diff)
downloadtde-packaging-6ddde32ec4113ca2574a6d63f85b312db776a40c.tar.gz
tde-packaging-6ddde32ec4113ca2574a6d63f85b312db776a40c.zip
RPM packaging: update build script
Diffstat (limited to 'redhat/build/get_specfile.sh')
-rwxr-xr-xredhat/build/get_specfile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/get_specfile.sh b/redhat/build/get_specfile.sh
index fcc0b64c5..b7336ffcc 100755
--- a/redhat/build/get_specfile.sh
+++ b/redhat/build/get_specfile.sh
@@ -24,7 +24,7 @@ for filename in \
"trinity-${PKGNAME}-14.0.0.spec" \
"trinity-${PKGNAME}.spec" \
; do
- SPECFILE="$(find "${DIST_PACKAGING_DIR}" -name "${filename}")"
+ SPECFILE="$(find "${DIST_PACKAGING_DIR}" -follow -name "${filename}")"
if [ -r "${SPECFILE}" ]; then
echo "${SPECFILE}"
exit 0