aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 07a5f84..c327aa1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ LDFLAGS := -lpulse -lm $(LDFLAGS)
pulsemix: pulsemix.o
install: pulsemix
- mkdir -p $(DESTDIR)/usr/bin
- install -m755 pulsemix $(DESTDIR)/usr/bin/pulsemix
+ install -Dm755 pulsemix $(DESTDIR)/usr/bin/pulsemix
+ install -Dm644 pulsemix.1 $(DESTDIR)/usr/share/man/man1/pulsemix.1
check: pulsemix
./runtests ./pulsemix