~savilerow-team/savilerow/unity-scope-selfservicebill-newapi

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Chris Wayne
  • Date: 2014-03-27 03:42:32 UTC
  • Revision ID: chris.wayne@canonical.com-20140327034232-vyumlbc8w3k9kq23
Fix install location

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
SET(GETTEXT_PACKAGE unity-scope-selfservicebill)
27
27
SET(LOCALE_DIR "${CMAKE_INSTALL_DATADIR}/locale")
28
28
 
29
 
SET(CUSTOM_INSTALL_LIBDIR /custom/usr/lib/arm-linux-gnueabihf)
 
29
SET(CUSTOM_INSTALL_LIBDIR /custom/lib/arm-linux-gnueabihf)
30
30
SET(CUSTOM_INSTALL_DATADIR /custom/xdg/data/)
31
 
SET(SCOPE_INSTALL_DIR ${CUSTOM_INSTALL_LIBDIR}/unity/scopes/scope-selfservicebill/)
 
31
SET(SCOPE_INSTALL_DIR ${CUSTOM_INSTALL_LIBDIR}/unity-scopes/scope-selfservicebill/)
32
32
 
33
33
CONFIGURE_FILE(
34
34
        "${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in"