diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-10-09 23:39:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-10-09 23:39:47 +0000 |
commit | 6a0cdb4f67b34cdeb7e4d61e09dc2f1b5c9fd8a5 (patch) | |
tree | 93109436f96e6ccef5d8e30046b3cc8dbeefc62e /sys-auth/nss_ldap/nss_ldap-249.ebuild | |
parent | ~amd64 keyword as per bug #195303 thanks to Sergio Bevilacqua (diff) | |
download | historical-6a0cdb4f67b34cdeb7e4d61e09dc2f1b5c9fd8a5.tar.gz historical-6a0cdb4f67b34cdeb7e4d61e09dc2f1b5c9fd8a5.tar.bz2 historical-6a0cdb4f67b34cdeb7e4d61e09dc2f1b5c9fd8a5.zip |
Fix quoting for all ebuilds.
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'sys-auth/nss_ldap/nss_ldap-249.ebuild')
-rw-r--r-- | sys-auth/nss_ldap/nss_ldap-249.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-auth/nss_ldap/nss_ldap-249.ebuild b/sys-auth/nss_ldap/nss_ldap-249.ebuild index 6131a1f9938f..c7bd6c1458fd 100644 --- a/sys-auth/nss_ldap/nss_ldap-249.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-249.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-auth/nss_ldap/nss_ldap-249.ebuild,v 1.7 2007/01/05 09:12:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild,v 1.8 2007/10/09 23:39:47 robbat2 Exp $ inherit fixheadtails eutils multilib @@ -19,12 +19,12 @@ RDEPEND="${DEPEND}" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/nsswitch.ldap.diff - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch + cd "${S}" + epatch "${FILESDIR}"/nsswitch.ldap.diff + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch # fix head/tail stuff - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp } src_compile() { @@ -45,7 +45,7 @@ src_compile() { src_install() { dodir /$(get_libdir) - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" insinto /etc doins ldap.conf |