diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-14 22:24:54 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-14 22:24:54 +0000 |
commit | 42701617f623c3f64937c2c70fae645cc542e3ae (patch) | |
tree | 93b2c0d1333d1a18d2eeac2e5ea00bee31c641f5 /dev-php/PEAR-PEAR | |
parent | Version bump (diff) | |
download | gentoo-2-42701617f623c3f64937c2c70fae645cc542e3ae.tar.gz gentoo-2-42701617f623c3f64937c2c70fae645cc542e3ae.tar.bz2 gentoo-2-42701617f623c3f64937c2c70fae645cc542e3ae.zip |
Slight typo in the ebuild
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.9.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.2-r1.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.2-r1.ebuild index 9c29101f8aea..b8fb7c2ffe2f 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.2-r1.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.2-r1.ebuild,v 1.3 2011/03/14 22:19:24 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.2-r1.ebuild,v 1.4 2011/03/14 22:24:54 olemarkus Exp $ EAPI="3" @@ -43,7 +43,7 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}/symlink-attack-fix2.patch" + epatch "${FILESDIR}/symlink-attack-fix.patch" } |