aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 906432b..3d4ea57 100644
--- a/Makefile
+++ b/Makefile
@@ -18,9 +18,9 @@ install: $(SCRIPTS) $(MEDIA)
@echo "Installing audio scripts $(notdir $(SCRIPTS)) into $(DESTDIR)/bin"
mkdir -p $(DESTDIR)/bin
install $(SCRIPTS) -m 750 $(DESTDIR)/bin
- @echo "Installing audio test files $(notdir $(MEDIA)) into $(DESTDIR)/4a/media"
- mkdir -p $(DESTDIR)/4a/media
- install $(MEDIA) -m 640 $(DESTDIR)/4a/media
+ @echo "Installing audio test files $(notdir $(MEDIA)) into $(DESTDIR)/share/4a/media"
+ mkdir -p $(DESTDIR)/share/4a/media
+ install $(MEDIA) -m 640 $(DESTDIR)/share/4a/media
clean:
@echo "Cleanup done."