summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-06-15 18:36:47 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-06-15 18:36:47 +0000
commite8cd0011f92aba1021d9a192e416eac97729d5b0 (patch)
tree5d1a18a578b535543e41bcd5b6502201b808926a /eclass/horde.eclass
parentppc stable, bug #136469 (diff)
downloadgentoo-2-e8cd0011f92aba1021d9a192e416eac97729d5b0.tar.gz
gentoo-2-e8cd0011f92aba1021d9a192e416eac97729d5b0.tar.bz2
gentoo-2-e8cd0011f92aba1021d9a192e416eac97729d5b0.zip
Invert chmod test.php/patch applying order, needed for fixing bug #136830.
Diffstat (limited to 'eclass/horde.eclass')
-rw-r--r--eclass/horde.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass
index c664f95cfbe3..fc823a636159 100644
--- a/eclass/horde.eclass
+++ b/eclass/horde.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.33 2006/03/09 23:35:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.34 2006/06/15 18:36:47 chtekk Exp $
#
# Help manage the horde project http://www.horde.org/
#
@@ -99,8 +99,9 @@ horde_src_unpack() {
unpack ${A}
fi
cd "${S}"
- [[ -f test.php ]] && chmod 000 test.php
+
[[ -n ${EHORDE_PATCHES} ]] && epatch ${EHORDE_PATCHES}
+ [[ -f test.php ]] && chmod 000 test.php
}
horde_src_install() {