1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-07 21:32:56 +00:00

ci: fixup rpmbuilder.sh

This commit is contained in:
Travis Cross 2012-05-09 14:14:15 +00:00
parent 0165a813d7
commit 56d3a866fc

@ -17,6 +17,7 @@ dst_dir="/tmp/$dst_name"
(mkdir -p rpmbuild && cd rpmbuild && mkdir -p SOURCES BUILD BUILDROOT i386 x86_64 SPECS)
cd $src_repo
cp -a src_dist/* rpmbuild/SOURCES/
rpmbuild --define "VERSION_NUMBER $cver" \
--define "BUILD_NUMBER $build" \