diff options
Diffstat (limited to 'recipes-containers/lxc/files/lxc-fix-B-S.patch')
-rw-r--r-- | recipes-containers/lxc/files/lxc-fix-B-S.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-containers/lxc/files/lxc-fix-B-S.patch b/recipes-containers/lxc/files/lxc-fix-B-S.patch deleted file mode 100644 index 7a807b7c..00000000 --- a/recipes-containers/lxc/files/lxc-fix-B-S.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | From dc2e71f060c25b94f011fce12ef59d2f5ae4e6a9 Mon Sep 17 00:00:00 2001 | ||
2 | From: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | ||
3 | Date: Thu, 9 Apr 2015 23:01:48 +0300 | ||
4 | Subject: [PATCH] %% original patch: lxc-fix-B-S.patch | ||
5 | |||
6 | --- | ||
7 | config/init/upstart/Makefile.am | 4 ++-- | ||
8 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
9 | |||
10 | diff --git a/config/init/upstart/Makefile.am b/config/init/upstart/Makefile.am | ||
11 | index 5552d32..186ae3d 100644 | ||
12 | --- a/config/init/upstart/Makefile.am | ||
13 | +++ b/config/init/upstart/Makefile.am | ||
14 | @@ -3,9 +3,9 @@ EXTRA_DIST = lxc.conf lxc-instance.conf lxc-net.conf.in | ||
15 | if INIT_SCRIPT_UPSTART | ||
16 | install-upstart: lxc.conf lxc-instance.conf lxc-net.conf | ||
17 | $(MKDIR_P) $(DESTDIR)$(sysconfdir)/init/ | ||
18 | - $(INSTALL_DATA) lxc.conf $(DESTDIR)$(sysconfdir)/init/ | ||
19 | + $(INSTALL_DATA) $(srcdir)/lxc.conf $(DESTDIR)$(sysconfdir)/init/ | ||
20 | $(INSTALL_DATA) $(srcdir)/lxc-instance.conf $(DESTDIR)$(sysconfdir)/init/ | ||
21 | - $(INSTALL_DATA) lxc-net.conf $(DESTDIR)$(sysconfdir)/init/ | ||
22 | + $(INSTALL_DATA) $(srcdir)/lxc-net.conf $(DESTDIR)$(sysconfdir)/init/ | ||
23 | |||
24 | uninstall-upstart: | ||
25 | rm -f $(DESTDIR)$(sysconfdir)/init/lxc.conf | ||