summaryrefslogtreecommitdiff
path: root/build-release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-release.sh')
-rwxr-xr-xbuild-release.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh
index 36f48ff..a745fb8 100755
--- a/build-release.sh
+++ b/build-release.sh
@@ -3,7 +3,6 @@
#
# BibleTime will be installed to /usr/local by default (see CMAKE_INSTALL_PREFIX below).
-
if [ ! -d build ]; then mkdir build; fi
cd build
cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local .. || exit 1