summaryrefslogtreecommitdiffstats
path: root/dist/create-rpm
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2020-08-30 16:36:08 +0300
committerHarel Ben-Attia <harelba@gmail.com>2020-08-30 16:36:08 +0300
commit7abaab5656d524a8b3a8706d37d85009c58f842c (patch)
tree470f3feb7eb2be3cbcd4e81325ee86b00b9f73ad /dist/create-rpm
parentb2f8a0ea431291fc5ba5bdc5306b31cf2263dc3b (diff)
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 db1a255..8c247f9 100755
--- a/dist/create-rpm
+++ b/dist/create-rpm
@@ -40,12 +40,12 @@ then
exit 1
fi
-curl -o ${rpm_build_area}/SOURCES/q.tar.gz -L -R "https://github.com/harelba/q/tarball/$BASED_ON_TAG"
+curl -f -o ${rpm_build_area}/SOURCES/q.tar.gz -L -R "https://github.com/harelba/q/tarball/$BASED_ON_TAG"
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
-curl -o ./bin/q -L -R "https://github.com/harelba/packages-for-q/raw/master/single-binary/x86_64/${VERSION}/q"
+curl -f -o ./bin/q -L -R "https://github.com/harelba/packages-for-q/raw/master/single-binary/x86_64/${VERSION}/q"
chmod +x ./bin/q
popd >/dev/null
find ${rpm_build_area}/ -ls