Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: mplayer-1.0_rc2_p26454-makefile.patch
Date: Wed, 16 Apr 2008 20:02:56
Message-Id: E1JmDpp-0000hA-Bv@stork.gentoo.org
1 beandog 08/04/16 20:02:25
2
3 Added: mplayer-1.0_rc2_p26454-makefile.patch
4 Log:
5 Fix installing man pages, bug 217769, thanks to Daniel Pielmeier for patch
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.1 media-video/mplayer/files/mplayer-1.0_rc2_p26454-makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/files/mplayer-1.0_rc2_p26454-makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/files/mplayer-1.0_rc2_p26454-makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: mplayer-1.0_rc2_p26454-makefile.patch
15 ===================================================================
16 --- Makefile 2008-04-16 21:06:20.000000000 +0200
17 +++ Makefile.new 2008-04-16 21:11:02.000000000 +0200
18 @@ -344,8 +344,8 @@
19 if test "$$lang" = en ; then \
20 $(INSTALL) -c -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/ ; \
21 else \
22 - $(INSTALL) -d $(MANDIR)/$$i/man1 ; \
23 - $(INSTALL) -c -m 644 DOCS/man/$$lang/mplayer.1 $(MANDIR)/$$i/man1/ ; \
24 + $(INSTALL) -d $(MANDIR)/$$lang/man1 ; \
25 + $(INSTALL) -c -m 644 DOCS/man/$$lang/mplayer.1 $(MANDIR)/$$lang/man1/ ; \
26 fi ; \
27 done
28
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list