summaryrefslogtreecommitdiffstats
path: root/redhat/genrpm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/genrpm.sh')
-rwxr-xr-xredhat/genrpm.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/redhat/genrpm.sh b/redhat/genrpm.sh
index 25ea69be1..d54c88c21 100755
--- a/redhat/genrpm.sh
+++ b/redhat/genrpm.sh
@@ -43,9 +43,11 @@ if [ -z "${VERSION}" ]; then
select VERSION in $*; do break; done
elif [ -r "${COMP}/$1" ]; then
VERSION="$1"
+ elif [ "${COMP}" = "trinity-live" ]; then
+ VERSION="3.5.13"
else
echo "No source tarball found for '${COMP}' !"
- continue
+ exit 0
fi
VERSION="${VERSION##${COMP##*/}-}"
VERSION="${VERSION%%.tar.gz}"