diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-09 21:50:38 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-09 21:50:51 -0400 |
commit | 67c867c8ae4148512cb4ae8837b2e5a1b4a15822 (patch) | |
tree | 409c928faaed6689a1794ddb725a1e0115dffaf8 | |
parent | 8c39118ab79aef7795381306dd896be06952f282 (diff) |
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 $@ #### |