diff options
Diffstat (limited to 'sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild')
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild b/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild index 15d44b6f12d5..ec39be62249c 100644 --- a/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild,v 1.9 2007/10/08 11:52:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild,v 1.10 2007/10/25 09:42:50 xmerlin Exp $ inherit flag-o-matic autotools @@ -24,7 +24,7 @@ src_unpack() { # This patch allows us to avoid needing kernel sources for the configure phase EPATCH_OPTS="-p1 -d${S}" epatch \ - ${FILESDIR}/${PN}-1.1.13-do-not-need-kernel-sources.patch + "${FILESDIR}"/${PN}-1.1.13-do-not-need-kernel-sources.patch cd "${S}" eautoreconf |