From e51b855ccbe106c89063653e1f7e79b1a0a03887 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20G=C3=B6hler?= Date: Sat, 11 Apr 2015 22:51:51 +0200 Subject: [PATCH] fixed build error, #87 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 33271c2..9c63e0a 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ clean: install: install -d $(DESTDIR)$(PREFIX)/bin install -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET) + install -d $(DESTDIR)$(PREFIX)/share/man/man1 install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TARGET).1 uninstall: -- 2.20.1