1
0
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:
Mathias Gibbens 2024-01-27 15:19:58 +00:00
parent 74a6743241
commit 7bf3e4506b
No known key found for this signature in database
GPG Key ID: 29EEE2D6ECF442F9

View File

@ -10,9 +10,5 @@ EXTRA_DIST = \
CONTRIBUTING \
MAINTAINERS
install-data-local:
$(MKDIR_P) $(DESTDIR)$(LXCPATH)
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
ChangeLog::
@touch ChangeLog