aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-05-10 23:10:16 -0400
committerDave Reisner <dreisner@archlinux.org>2012-05-10 23:10:16 -0400
commit2bcc1a65aff1b3907210edd61cce114cd7fc3fb5 (patch)
treed9f365a83ac97e679b1243d9c8b93a31e4bcdd72
parent3486e59cdaaeb14df58adc97917419da110e1cb5 (diff)
downloadmirror-ponymix-2bcc1a65aff1b3907210edd61cce114cd7fc3fb5.tar.gz
mirror-ponymix-2bcc1a65aff1b3907210edd61cce114cd7fc3fb5.tar.bz2
mirror-ponymix-2bcc1a65aff1b3907210edd61cce114cd7fc3fb5.zip
make the install target actually work
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47ae23c..aec5a99 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LDFLAGS := -lpulse -lm $(LDFLAGS)
pulsemix: pulsemix.o
install: pulsemix
- mkdir $(DESTDIR)/usr/bin
+ mkdir -p $(DESTDIR)/usr/bin
install -m755 pulsemix $(DESTDIR)/usr/bin/pulsemix
clean: