diff options
author | Chuck Short <zul@gentoo.org> | 2004-05-26 10:18:12 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-05-26 10:18:12 +0000 |
commit | 6473f837d769637e330ed957c720f1ad889b058b (patch) | |
tree | 5531db0d174be58c953646de60ca98f0755514d6 /net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild | |
parent | Stable on alpha. (diff) | |
download | historical-6473f837d769637e330ed957c720f1ad889b058b.tar.gz historical-6473f837d769637e330ed957c720f1ad889b058b.tar.bz2 historical-6473f837d769637e330ed957c720f1ad889b058b.zip |
Added missing .
Diffstat (limited to 'net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild')
-rw-r--r-- | net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild b/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild index 5d8a787b50e4..be6d5b6280e1 100644 --- a/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild +++ b/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild,v 1.2 2004/05/22 21:20:25 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/mod_auth_external-2.2.7.ebuild,v 1.3 2004/05/26 10:14:52 zul Exp $ inherit eutils @@ -17,7 +17,7 @@ IUSE="" SLOT="0" src_unpack() { - unpack ${A} || die; cd ${S} || die; epatch ../${P}-gentoo.diff + unpack ${A} || die; cd ${S} || die; epatch ${FILESDIR}/${P}-gentoo.diff } src_compile() { |