Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc/files: ghc-updater
Date: Sun, 23 Dec 2007 13:17:19
Message-Id: E1J6Qhc-00056r-6G@stork.gentoo.org
1 kolmodin 07/12/23 13:17:12
2
3 Modified: ghc-updater
4 Log:
5 Fix ghc-updater of dev-lang/ghc to solve #190043.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.8 dev-lang/ghc/files/ghc-updater
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?r1=1.7&r2=1.8
14
15 Index: ghc-updater
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/files/ghc-updater,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ghc-updater 13 Dec 2007 15:58:32 -0000 1.7
22 +++ ghc-updater 23 Dec 2007 13:17:11 -0000 1.8
23 @@ -80,11 +80,10 @@
24 # load the gentoo-style info macros, but hack to get around
25 # it thinking this is an rc script
26 EBUILD="1"
27 -if [[ -e /lib/rcscripts/sh/functions.sh ]]; then
28 - source /lib/rcscripts/sh/functions.sh
29 -else
30 - source /sbin/functions.sh
31 -fi
32 +
33 +# /etc/init.d/functions.sh always points to the correct functions.sh no
34 +# matter which version of baselayout
35 +source /etc/init.d/functions.sh
36
37 # misc helper functions
38 eloginfo() {
39
40
41
42 --
43 gentoo-commits@g.o mailing list