Commit 6eade992 authored by Rich Prohaska's avatar Rich Prohaska

fix build_rpm typo

parent 0d02f986
......@@ -207,7 +207,7 @@ if [ $build_tgz != 0 ] ; then
popd
fi
if [ $build_tgz != 0 ] ; then
if [ $build_rpm != 0 ] ; then
mkdir -p build.rpm.$cmake_build_type
pushd build.rpm.$cmake_build_type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment