mirror of
https://github.com/lxc/lxc-templates.git
synced 2025-01-22 04:10:10 +00:00
Don't install empty directories
I think this is leftover from when lxc-templates was split out from lxc. There's no need to install empty directories /var/cache/lxc/ and /var/lib/lxc/. Signed-off-by: Mathias Gibbens <gibmat@debian.org>
This commit is contained in:
parent
74a6743241
commit
7bf3e4506b
@ -10,9 +10,5 @@ EXTRA_DIST = \
|
||||
CONTRIBUTING \
|
||||
MAINTAINERS
|
||||
|
||||
install-data-local:
|
||||
$(MKDIR_P) $(DESTDIR)$(LXCPATH)
|
||||
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
|
||||
|
||||
ChangeLog::
|
||||
@touch ChangeLog
|
||||
|
Loading…
Reference in New Issue
Block a user