aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-20 14:43:23 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-20 14:43:23 -0500
commita5fb857ee48a9022eb1e6c9ea04e0aeff80f445b (patch)
tree39875a1ae2657e2a2a543150686347c769ddfb83 /build.sh
parent22e72bb60a789ba3a48aff737c8816908695b408 (diff)
downloadayatana-indicator-session-a5fb857ee48a9022eb1e6c9ea04e0aeff80f445b.tar.gz
ayatana-indicator-session-a5fb857ee48a9022eb1e6c9ea04e0aeff80f445b.tar.bz2
ayatana-indicator-session-a5fb857ee48a9022eb1e6c9ea04e0aeff80f445b.zip
cmake work: properly generate and install the .service file for dbus activation
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 173ff8c..c98285e 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
+ cmake .. $EXTRA_ARGS -DCMAKE_INSTALL_PREFIX=../../install -DLOCAL_INSTALL=ON -DCMAKE_BUILD_TYPE=Debug
$BUILD_COMMAND
)