pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4833a
)
partially revert cae082fd - install -D is not OS-X compatible
author
Michael Göhler
<somebody.here@gmx.de>
Thu, 18 Sep 2014 19:38:33 +0000
(21:38 +0200)
committer
Michael Göhler
<somebody.here@gmx.de>
Thu, 18 Sep 2014 19:38:33 +0000
(21:38 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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