diff Makefile @ 20011:789a3556bcd4

Fix make install. 10l for Diego.
author rathann
date Mon, 02 Oct 2006 00:51:29 +0000
parents 1699b4b6707e
children 8833560dba2f
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