summaryrefslogtreecommitdiffstats
path: root/dist/create-rpm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/create-rpm')
-rwxr-xr-xdist/create-rpm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/create-rpm b/dist/create-rpm
index e0f00a0..753da2d 100755
--- a/dist/create-rpm
+++ b/dist/create-rpm
@@ -43,8 +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
+curl -R -L -o ./bin/q "https://github.com/harelba/q/releases/download/${VERSION}/q-x86_64-Linux"
+chmod +x ./bin/q
popd >/dev/null
find ${rpm_build_area}/ -ls