Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
0087c3dc
Commit
0087c3dc
authored
Mar 25, 2016
by
Aleksandr Mezin
Committed by
Stéphane Graber
Nov 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix installation of out-of-tree (VPATH) builds
Signed-off-by:
Aleksandr Mezin
<
mezin.alexander@gmail.com
>
parent
d0399eb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.am
config/apparmor/Makefile.am
+7
-7
Makefile.am
config/init/upstart/Makefile.am
+1
-1
No files found.
config/apparmor/Makefile.am
View file @
0087c3dc
...
...
@@ -17,13 +17,13 @@ install-apparmor:
$(MKDIR_P)
$(DESTDIR)$(sysconfdir)
/apparmor.d/
$(MKDIR_P)
$(DESTDIR)$(sysconfdir)
/apparmor.d/abstractions/lxc/
$(MKDIR_P)
$(DESTDIR)$(sysconfdir)
/apparmor.d/lxc/
$(INSTALL_DATA)
abstractions/container-base
$(DESTDIR)$(sysconfdir)
/apparmor.d/abstractions/lxc/
$(INSTALL_DATA)
abstractions/start-container
$(DESTDIR)$(sysconfdir)
/apparmor.d/abstractions/lxc/
$(INSTALL_DATA)
profiles/lxc-default
$(DESTDIR)$(sysconfdir)
/apparmor.d/lxc/
$(INSTALL_DATA)
profiles/lxc-default-with-mounting
$(DESTDIR)$(sysconfdir)
/apparmor.d/lxc/
$(INSTALL_DATA)
profiles/lxc-default-with-nesting
$(DESTDIR)$(sysconfdir)
/apparmor.d/lxc/
$(INSTALL_DATA)
lxc-containers
$(DESTDIR)$(sysconfdir)
/apparmor.d/
$(INSTALL_DATA)
usr.bin.lxc-start
$(DESTDIR)$(sysconfdir)
/apparmor.d/
$(INSTALL_DATA)
$(srcdir)
/
abstractions/container-base
$(DESTDIR)$(sysconfdir)
/apparmor.d/abstractions/lxc/
$(INSTALL_DATA)
$(srcdir)
/
abstractions/start-container
$(DESTDIR)$(sysconfdir)
/apparmor.d/abstractions/lxc/
$(INSTALL_DATA)
$(srcdir)
/
profiles/lxc-default
$(DESTDIR)$(sysconfdir)
/apparmor.d/lxc/
$(INSTALL_DATA)
$(srcdir)
/
profiles/lxc-default-with-mounting
$(DESTDIR)$(sysconfdir)
/apparmor.d/lxc/
$(INSTALL_DATA)
$(srcdir)
/
profiles/lxc-default-with-nesting
$(DESTDIR)$(sysconfdir)
/apparmor.d/lxc/
$(INSTALL_DATA)
$(srcdir)
/
lxc-containers
$(DESTDIR)$(sysconfdir)
/apparmor.d/
$(INSTALL_DATA)
$(srcdir)
/
usr.bin.lxc-start
$(DESTDIR)$(sysconfdir)
/apparmor.d/
uninstall-apparmor
:
rm
-f
$(DESTDIR)$(sysconfdir)
/apparmor.d/usr.bin.lxc-start
...
...
config/init/upstart/Makefile.am
View file @
0087c3dc
...
...
@@ -4,7 +4,7 @@ if INIT_SCRIPT_UPSTART
install-upstart
:
lxc.conf lxc-instance.conf lxc-net.conf
$(MKDIR_P)
$(DESTDIR)$(sysconfdir)
/init/
$(INSTALL_DATA)
lxc.conf
$(DESTDIR)$(sysconfdir)
/init/
$(INSTALL_DATA)
lxc-instance.conf
$(DESTDIR)$(sysconfdir)
/init/
$(INSTALL_DATA)
$(srcdir)
/
lxc-instance.conf
$(DESTDIR)$(sysconfdir)
/init/
$(INSTALL_DATA)
lxc-net.conf
$(DESTDIR)$(sysconfdir)
/init/
uninstall-upstart
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment