diff options
author | Robert Jonsson <spamatica@gmail.com> | 2010-12-22 11:25:44 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2010-12-22 11:25:44 +0000 |
commit | fed4a6f0615305a4fba603fb49d2f67b878675b7 (patch) | |
tree | 855af532259171b1a0a12ac1c41541abd71f4518 /muse2/build.sh | |
parent | bc330d308e0c284ee4e18a60295f124d6c14d2c2 (diff) |
rename script as it wasn't put into package
Diffstat (limited to 'muse2/build.sh')
-rwxr-xr-x | muse2/build.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/muse2/build.sh b/muse2/build.sh deleted file mode 100755 index 96ad329f..00000000 --- a/muse2/build.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ -d build ]; then - echo "Build dir already exists" -else - echo "Create build dir" - mkdir build -fi -cd build -cmake -DCMAKE_BUILD_TYPE=release .. && make && echo "\nBuild was OK, now enter the 'build' dir and run 'make install' as root" - |