3 files changed, 3 insertions(+), 3 deletions(-)
M Makefile
R +test.ha => log/logfmt/+test.ha
R logfmt.ha => log/logfmt/logfmt.ha
M Makefile => Makefile +3 -3
@@ 19,10 19,10 @@ check:
$(HARE) test
install:
- mkdir -p $(DESTDIR)$(THIRDPARTYDIR)/logfmt
- install -m644 * $(DESTDIR)$(THIRDPARTYDIR)/logfmt
+ mkdir -p $(DESTDIR)$(THIRDPARTYDIR)/log/logfmt
+ install -m644 * $(DESTDIR)$(THIRDPARTYDIR)
uninstall:
- rm -rf $(DESTDIR)$(THIRDPARTYDIR)/logfmt
+ rm -rf $(DESTDIR)$(THIRDPARTYDIR)/log/logfmt
.PHONY: all clean check install uninstall=
\ No newline at end of file
R +test.ha => log/logfmt/+test.ha +0 -0
R logfmt.ha => log/logfmt/logfmt.ha +0 -0