From 67c867c8ae4148512cb4ae8837b2e5a1b4a15822 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 9 Sep 2018 21:50:38 -0400 Subject: Makefile: don't install example VMs --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f3e2a11..651c0f8 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,8 @@ $(DESTDIR)$(BINPROG): $(outdir)/qemu install -DTm755 $< $@ $(DESTDIR)$(systemunitdir)/%: $(outdir)/% install -DTm644 $< $@ -$(DESTDIR)$(pkgconfdir): $(wildcard $(srcdir)/examples/*) - install -Dm644 -t $@ -- $^ - test -d $@ - touch $@ +$(DESTDIR)$(pkgconfdir): + install -d $@ #### -- cgit v1.1-4-g5e80