changeset 20011:789a3556bcd4

Fix make install. 10l for Diego.
author rathann
date Mon, 02 Oct 2006 00:51:29 +0000
parents 5ae0a24fbed8
children 9a2462925e07
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Oct 01 19:51:04 2006 +0000
+++ b/Makefile	Mon Oct 02 00:51:29 2006 +0000
@@ -431,7 +431,7 @@
 		if test "$$i" = en ; then \
 			cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 ; \
 		else \
-			cd $(MANDIR)/man1/$$i && ln -sf mplayer.1 mencoder.1 ; \
+			cd $(MANDIR)/$$i/man1 && ln -sf mplayer.1 mencoder.1 ; \
 		fi ; \
 	done
 endif