summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 38022f3318..b50f320d7d 100644
--- a/Makefile
+++ b/Makefile
@@ -429,9 +429,9 @@ ifeq ($(MENCODER),yes)
$(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
for i in $(MAN_LANG); do \
if test "$$i" = en ; then \
- ln -sf mplayer.1 $(MANDIR)/man1/mencoder.1 ; \
+ cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 ; \
else \
- ln -sf mplayer.1 $(MANDIR)/$$i/man1/mencoder.1 ; \
+ cd $(MANDIR)/man1/$$i && ln -sf mplayer.1 mencoder.1 ; \
fi ; \
done
endif