Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/texlive/2009/texlive-core: 030_all_installedscripts.patch
Date: Fri, 08 Jan 2010 15:16:05
Message-Id: E1NTGZD-0005jb-Qs@stork.gentoo.org
1 aballier 10/01/08 15:15:59
2
3 Modified: 030_all_installedscripts.patch
4 Log:
5 avoid overwriting /usr/bin/man
6
7 Revision Changes Path
8 1.2 src/patchsets/texlive/2009/texlive-core/030_all_installedscripts.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2009/texlive-core/030_all_installedscripts.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2009/texlive-core/030_all_installedscripts.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2009/texlive-core/030_all_installedscripts.patch?r1=1.1&r2=1.2
13
14 Index: 030_all_installedscripts.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2009/texlive-core/030_all_installedscripts.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 030_all_installedscripts.patch 7 Jan 2010 14:59:23 -0000 1.1
21 +++ 030_all_installedscripts.patch 8 Jan 2010 15:15:59 -0000 1.2
22 @@ -99,6 +99,18 @@
23 *) echo "strange directory '$(bindir)' for linked scripts" >&2; \
24 exit 1;; \
25 esac
26 +@@ -573,10 +520,7 @@ install-links:
27 + $(LN_S) epstopdf repstopdf && \
28 + rm -f getnonfreefonts-sys && \
29 + echo "creating link 'getnonfreefonts-sys' -> 'getnonfreefonts'" && \
30 +- $(LN_S) getnonfreefonts getnonfreefonts-sys && \
31 +- rm -f man && \
32 +- echo "creating link 'man' -> '$(REL)/texmf/doc/man'" && \
33 +- (ln -s $(REL)/texmf/doc/man man || :)
34 ++ $(LN_S) getnonfreefonts getnonfreefonts-sys
35 +
36 + uninstall-hook:
37 + @for s in $(nobase_dist_scriptx_SCRIPTS) $(nobase_dist_script_SCRIPTS); do \
38 Index: texlive-20091107-source/texk/tetex/Makefile.in
39 ===================================================================
40 --- texlive-20091107-source.orig/texk/tetex/Makefile.in