From: Michael Göhler <somebody.here@gmx.de>
Date: Sat, 11 Apr 2015 20:51:51 +0000 (+0200)
Subject: fixed build error, #87
X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=e51b855ccbe106c89063653e1f7e79b1a0a03887;p=smdp.git

fixed build error, #87
---

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: