[Pkg-running-devel] [openambit] 28/131: fixed typo in build script

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit b8965032e087e82d2e51aee7b2a4ca3b7d54ac77
Author: Marco Bernasocchi <marco at opengis.ch>
Date:   Thu Jan 9 21:36:48 2014 +0100

    fixed typo in build script
---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index d3bc5c3..c9578ed 100755
--- a/build.sh
+++ b/build.sh
@@ -6,14 +6,14 @@ CORES=$(cat /proc/cpuinfo | grep processor | wc -l)
 cd $SOURCE_LOCATION
 
 echo "------building libambit------"
-mkdir -f libambit-build
+mkdir -p libambit-build
 cd libambit-build
 cmake ../src/libambit
 make -j$CORES
 
 cd $SOURCE_LOCATION
 echo "------building openambit------"
-mkdir -f openambit-build
+mkdir -p openambit-build
 cd openambit-build
 qmake ../src/openambit
 make -j$CORES

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list