~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to build.sh

  • Committer: Charles Kerr
  • Date: 2013-06-28 22:06:26 UTC
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130628220626-da7uwjo2phyg80t4
remove localinstall mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
echo "Using $BUILD_COMMAND to build"
14
14
(
15
15
  cd build
16
 
  cmake .. $EXTRA_ARGS -DCMAKE_INSTALL_PREFIX=../../install -DLOCAL_INSTALL=ON -DCMAKE_BUILD_TYPE=Debug
 
16
  cmake .. $EXTRA_ARGS -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug
17
17
  $BUILD_COMMAND
18
18
)