aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a7f5d1..8f15060 100644
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,8 @@ install-base: install-command install-license install-all-examples install-plugi
.PHONY: install-command
install-command: bin/xpybar bin/restricted-hdparm
- install -dm755 -- "$(DESTDIR)$(BINDIR)"
- install -m755 bin/xpybar -- "$(DESTDIR)$(BINDIR)/$(COMMAND)"
+ install -dm755 -- "$(DESTDIR)$(BINDIR)"
+ install -m755 bin/xpybar -- "$(DESTDIR)$(BINDIR)/$(COMMAND)"
install -m755 bin/restricted-hdparm -- "$(DESTDIR)$(BINDIR)/restricted-hdparm"
.PHONY: install-license