Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 1 | Index: lxc-2.0.0/config/init/upstart/Makefile.am |
| 2 | =================================================================== |
| 3 | --- lxc-2.0.0.orig/config/init/upstart/Makefile.am |
| 4 | +++ lxc-2.0.0/config/init/upstart/Makefile.am |
| 5 | @@ -3,9 +3,9 @@ |
| 6 | if INIT_SCRIPT_UPSTART |
| 7 | install-upstart: lxc.conf lxc-instance.conf lxc-net.conf |
| 8 | $(MKDIR_P) $(DESTDIR)$(sysconfdir)/init/ |
| 9 | - $(INSTALL_DATA) lxc.conf $(DESTDIR)$(sysconfdir)/init/ |
| 10 | + $(INSTALL_DATA) $(srcdir)/lxc.conf $(DESTDIR)$(sysconfdir)/init/ |
| 11 | $(INSTALL_DATA) $(srcdir)/lxc-instance.conf $(DESTDIR)$(sysconfdir)/init/ |
| 12 | - $(INSTALL_DATA) lxc-net.conf $(DESTDIR)$(sysconfdir)/init/ |
| 13 | + $(INSTALL_DATA) $(srcdir)/lxc-net.conf $(DESTDIR)$(sysconfdir)/init/ |
| 14 | |
| 15 | uninstall-upstart: |
| 16 | rm -f $(DESTDIR)$(sysconfdir)/init/lxc.conf |