Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild
Date: Tue, 25 Mar 2008 21:10:40
Message-Id: E1JeGPl-0005sW-Pk@stork.gentoo.org
1 cardoe 08/03/25 21:10:37
2
3 Modified: openrc-0.2_pre20080325.ebuild
4 Log:
5 quotes
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.6 sys-apps/openrc/openrc-0.2_pre20080325.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?r1=1.5&r2=1.6
14
15 Index: openrc-0.2_pre20080325.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- openrc-0.2_pre20080325.ebuild 25 Mar 2008 21:09:42 -0000 1.5
22 +++ openrc-0.2_pre20080325.ebuild 25 Mar 2008 21:10:37 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.5 2008/03/25 21:09:42 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.6 2008/03/25 21:10:37 cardoe Exp $
28
29 inherit eutils flag-o-matic multilib toolchain-funcs
30
31 @@ -88,7 +88,7 @@
32
33 pkg_preinst() {
34 # upgrade timezone file
35 - if [ ! -e ${ROOT}/etc/timezone ] ; then
36 + if [ ! -e "${ROOT}"/etc/timezone ] ; then
37 (
38 source "${ROOT}"/etc/conf.d/clock
39 [[ -n ${TIMEZONE} ]] && echo "${TIMEZONE}" > "${ROOT}"/etc/timezone
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list