fixed build error, #87
authorMichael Göhler <somebody.here@gmx.de>
Sat, 11 Apr 2015 20:51:51 +0000 (22:51 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Sat, 11 Apr 2015 20:51:51 +0000 (22:51 +0200)
Makefile

index 33271c2..9c63e0a 100644 (file)
--- 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: