aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-28 17:06:26 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-28 17:06:26 -0500
commit0180339dd65daa9878b93e06ad8da3742999dd3d (patch)
tree8ff708bb45c501bca5341daae02ea0a9c630d547 /build.sh
parentf79e660887abb06169bc6e9b5972ca8dae457357 (diff)
downloadayatana-indicator-session-0180339dd65daa9878b93e06ad8da3742999dd3d.tar.gz
ayatana-indicator-session-0180339dd65daa9878b93e06ad8da3742999dd3d.tar.bz2
ayatana-indicator-session-0180339dd65daa9878b93e06ad8da3742999dd3d.zip
remove localinstall mode
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c98285e..b69687c 100755
--- a/build.sh
+++ b/build.sh
@@ -13,6 +13,6 @@ fi
echo "Using $BUILD_COMMAND to build"
(
cd build
- cmake .. $EXTRA_ARGS -DCMAKE_INSTALL_PREFIX=../../install -DLOCAL_INSTALL=ON -DCMAKE_BUILD_TYPE=Debug
+ cmake .. $EXTRA_ARGS -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug
$BUILD_COMMAND
)