partially revert cae082fd - install -D is not OS-X compatible
authorMichael Göhler <somebody.here@gmx.de>
Thu, 18 Sep 2014 19:38:33 +0000 (21:38 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Thu, 18 Sep 2014 19:38:33 +0000 (21:38 +0200)
Makefile

index 63a1feb..1d4ce07 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ clean:
        $(RM) $(OBJECTS) mdp
 
 install: mdp
-       install -Dm755 mdp $(PREFIX)$(DESTDIR)/mdp
+       install -d $(PREFIX)$(DESTDIR)
+       install -m 755 mdp $(PREFIX)$(DESTDIR)/mdp
 
 uninstall:
        rm -f $(PREFIX)$(DESTDIR)/mdp