diff options
Diffstat (limited to 'net-fs/autofs/autofs-5.0.3-r4.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-5.0.3-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/autofs/autofs-5.0.3-r4.ebuild b/net-fs/autofs/autofs-5.0.3-r4.ebuild index b64cc2f24050..7576051d810c 100644 --- a/net-fs/autofs/autofs-5.0.3-r4.ebuild +++ b/net-fs/autofs/autofs-5.0.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r4.ebuild,v 1.1 2008/04/28 19:53:27 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r4.ebuild,v 1.2 2008/05/03 09:16:59 stefaan Exp $ inherit eutils multilib autotools @@ -34,8 +34,8 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" src_unpack() { unpack ${P}.tar.bz2 - patch ${DISTDIR}/${P}-map-type-in-map-name.patch \ - < ${FILESDIR}/${P}-map-patch-fix.patch || die "failed to patch" + patch "${DISTDIR}"/${P}-map-type-in-map-name.patch \ + < "${FILESDIR}"/${P}-map-patch-fix.patch || die "failed to patch" PATCH_LIST=" ${P}-ldap-page-control-configure-fix.patch ${P}-xfn-not-supported.patch |