[MPlayer-users] fixing mplayer build
Zé
mmodem00 at gmail.com
Wed Apr 16 22:59:57 CEST 2008
A Wednesday 16 April 2008 21:54:48, Zé escreveu:
> A Wednesday 16 April 2008 21:46:55, Zé escreveu:
> > I have fixed mplayer last build error regarding installing languages.
> >
> > It was good that the guy with nick ptt when commited in revision 26383,
> > should have more attention when replacing variables, still dont get why
> > he just replaced variables, seams was a replace just to replacem since it
> > just replaced "i" and "l" with lang, go figures...
> >
> > Anyway here is a patch fixing it:
> >
> > --- mnt/ext3/linux/tmp/mplayer/Makefile 2008-04-15 03:50:19.000000000
> > +0100 +++ mplayer/Makefile 2008-04-16 21:36:14.000000000 +0100
> > @@ -344,7 +344,7 @@ install-mplayer-man:
> > if test "$$lang" = en ; then \
> > $(INSTALL) -c -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/ ; \
> > else \
> > - $(INSTALL) -d $(MANDIR)/$$i/man1 ; \
> > + $(INSTALL) -d $(MANDIR)/$$lang/man1 ; \
> > $(INSTALL) -c -m 644 DOCS/man/$$lang/mplayer.1 $(MANDIR)/$$i/man1/ ;
> > \ fi ; \
> > done
> >
> >
> > regards,
>
> I forgot to refer that continues being needed a fix regarding installing
> man files since only english man file is installed, regarding restant
> languages only the directories are created.
Well seams i also fogot to correct one entry, now the fix is complete to
install all man files:
--- mnt/ext3/linux/tmp/mplayer/Makefile 2008-04-15 03:50:19.000000000 +0100
+++ mplayer/Makefile 2008-04-16 21:57:28.000000000 +0100
@@ -344,8 +344,8 @@ install-mplayer-man:
if test "$$lang" = en ; then \
$(INSTALL) -c -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/ ; \
else \
- $(INSTALL) -d $(MANDIR)/$$i/man1 ; \
- $(INSTALL) -c -m 644 DOCS/man/$$lang/mplayer.1 $(MANDIR)/$$i/man1/ ; \
+ $(INSTALL) -d $(MANDIR)/$$lang/man1 ; \
+ $(INSTALL) -c -m 644 DOCS/man/$$lang/mplayer.1 $(MANDIR)/$$lang/man1/ ; \
fi ; \
done
--
Zé
Linux user #378762
More information about the MPlayer-users
mailing list