summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ded5273..e3797dd 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ install: $(PROGS)
@printf "\t==> Installing progs\n"
@install -m 0755 -d $(DESTDIR)/usr/bin
@install -m 0755 -t $(DESTDIR)/usr/bin $(PROGS)
- @ln -s $(DESTDIR)/usr/bin/mpd-i2c-ctrl $(DESTDIR)/usr/bin/mpd-send-cmd
+ @ln -s mpd-i2c-ctrl $(DESTDIR)/usr/bin/mpd-send-cmd
# Generic instructions. Dont change.
src/%.o: src/%.c