From 7bf3e4506bffabf58ab83b5bc5175b8af4f43af5 Mon Sep 17 00:00:00 2001 From: Mathias Gibbens Date: Sat, 27 Jan 2024 15:19:58 +0000 Subject: [PATCH] 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 --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index cd18371..a3d8536 100644 --- 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