diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-06-15 21:56:23 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-06-15 22:20:14 -0400 |
commit | 9d9ac0168727ce29fc6545e6be233dfa5b04efd0 (patch) | |
tree | 6f5cef98450f48a81c5048dc6879d601c833948a /app-emulation/lxc-templates/files | |
parent | dev-libs/libressl: security bump (diff) | |
download | gentoo-9d9ac0168727ce29fc6545e6be233dfa5b04efd0.tar.gz gentoo-9d9ac0168727ce29fc6545e6be233dfa5b04efd0.tar.bz2 gentoo-9d9ac0168727ce29fc6545e6be233dfa5b04efd0.zip |
app-emulation/lxc-templates: new package
Since v3.0, LXC has been shipping old style templates separately.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emulation/lxc-templates/files')
-rw-r--r-- | app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch b/app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch new file mode 100644 index 000000000000..d7e50fd3712b --- /dev/null +++ b/app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch @@ -0,0 +1,12 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -10,9 +10,5 @@ EXTRA_DIST = \ + CONTRIBUTING \ + MAINTAINERS + +-install-data-local: +- $(MKDIR_P) $(DESTDIR)$(LXCPATH) +- $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc +- + ChangeLog:: + @touch ChangeLog |