summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c265331..9a0a892 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,8 +60,8 @@ ChangeLog:
dist-hook: ChangeLog
install-decoders:
- $(MKDIR_P) $(DECODERS_DIR)
- tools/install-decoders -o $(DECODERS_DIR)
+ $(MKDIR_P) $(DESTDIR)$(DECODERS_DIR)
+ tools/install-decoders -o $(DESTDIR)$(DECODERS_DIR)
install-data-hook: install-decoders