summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2019-11-29 11:52:19 +0200
committerHarel Ben-Attia <harelba@gmail.com>2019-11-29 11:52:19 +0200
commit26d04e92a53dbd7eb826c97ad174cc23ae6f455c (patch)
tree60d04b9ac294dea9a07e7af66041a08c50e90c98
parentdce303f25ff0dc7fe20420a1db59a0585af4fdb7 (diff)
wip
-rwxr-xr-xdist/create-rpm2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/create-rpm b/dist/create-rpm
index 7d86661..e0f00a0 100755
--- a/dist/create-rpm
+++ b/dist/create-rpm
@@ -43,6 +43,8 @@ mkdir -p ${rpm_build_area}/SOURCES
pushd ${rpm_build_area}/SOURCES >/dev/null
tar xvzf ./q.tar.gz --strip-components=1
rm -vf ./q.tar.gz
+wget -q -o ./q "https://github.com/harelba/q/releases/download/${VERSION}/q-x86_64-Linux"
+chmod +x ./q
popd >/dev/null
find ${rpm_build_area}/ -ls