diff options
Diffstat (limited to 'net-libs/nfsidmap/nfsidmap-0.9.ebuild')
-rw-r--r-- | net-libs/nfsidmap/nfsidmap-0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/nfsidmap/nfsidmap-0.9.ebuild b/net-libs/nfsidmap/nfsidmap-0.9.ebuild index 4f7ee27ac163..1423341bde66 100644 --- a/net-libs/nfsidmap/nfsidmap-0.9.ebuild +++ b/net-libs/nfsidmap/nfsidmap-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/nfsidmap/nfsidmap-0.9.ebuild,v 1.1 2005/02/04 23:32:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nfsidmap/nfsidmap-0.9.ebuild,v 1.1.1.1 2005/11/30 10:03:00 chriswhite Exp $ inherit eutils flag-o-matic @@ -19,9 +19,9 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/0.7-optional-ldap.patch + epatch "${FILESDIR}"/${P}-optional-ldap.patch use ldap \ && append-flags -DENABLE_LDAP \ |