summaryrefslogtreecommitdiffstats
path: root/dist/create-rpm
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-12-13 09:53:54 -0500
committerHarel Ben-Attia <harelba@gmail.com>2014-12-13 09:53:54 -0500
commitd584bb68b0f6950e59bb4efcdf30e4ba5c6d9ad9 (patch)
treed01e50fb1964af90e63039256295f4fea11381d7 /dist/create-rpm
parent95d3aed6e54f52dbbe3f702874e6def7f861fa45 (diff)
Formalized windows build...
Diffstat (limited to 'dist/create-rpm')
-rwxr-xr-xdist/create-rpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/create-rpm b/dist/create-rpm
index 465cc9f..a841db5 100755
--- a/dist/create-rpm
+++ b/dist/create-rpm
@@ -46,6 +46,6 @@ curl -o ${rpm_build_area}/SOURCES/q-${COMMIT_HASH}.tar.gz -L -R "https://github.
cat ${RPM_PACKAGE_NAME}.spec.template | sed "s/VERSION_PLACEHOLDER/$VERSION/g" | sed "s/COMMIT_HASH_PLACEHOLDER/${COMMIT_HASH}/g" | sed "s/SHORT_HASH_PLACEHOLDER/${SHORT_HASH}/g" > ${rpm_build_area}/SPECS/${RPM_PACKAGE_NAME}.spec
-rpmbuild -v --define "_topdir ${rpm_build_area}" -bb ${rpm_build_area}/SPECS/${RPM_PACKAGE_NAME}.spec
+rpmbuild -v --define "_topdir ${rpm_build_area}" -ba ${rpm_build_area}/SPECS/${RPM_PACKAGE_NAME}.spec
popd >/dev/null