aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
Diffstat (limited to 'formats')
-rwxr-xr-xformats/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/Makefile b/formats/Makefile
index 4ee85f489..036118c5b 100755
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -40,7 +40,7 @@ format_mp3.so : format_mp3.o
$(CC) -shared -Xlinker -x -o $@ $< -lm
install: all
- for x in $(FORMAT_LIBS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
+ for x in $(FORMAT_LIBS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
depend: .depend