~ci-train-bot/libertine/libertine-ubuntu-zesty-2086

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Chris Townsend
  • Date: 2016-07-15 18:39:58 UTC
  • mto: This revision was merged to the branch mainline in revision 272.
  • Revision ID: christopher.townsend@canonical.com-20160715183958-l95grj44p272lfz4
Rework the whole way we handle updating the necessary system files for unprivileged LXC's:
- Add new script that does the updates.
- Add sudoers file for this script.
- Remove the password dialog in the UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        DESTINATION ${CMAKE_INSTALL_DATADIR}/upstart/sessions)
7
7
install(FILES puritine-15.04.1.framework
8
8
        DESTINATION ${CMAKE_INSTALL_DATADIR}/click/frameworks)
 
9
install(FILES libertine-lxc-sudo
 
10
        DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/sudoers.d)
9
11
 
10
12
configure_file("libertine-tools.click-hook.in"
11
13
  "${CMAKE_SOURCE_DIR}/debian/libertine-tools.click-hook"