diff options
author | 2013-02-08 21:40:39 +0000 | |
---|---|---|
committer | 2013-02-08 21:40:39 +0000 | |
commit | 79048189c110234724b887e7f13df53d57c05811 (patch) | |
tree | 40954e7069de4222364aed1dd5236e2f158b6603 /app-admin/sudo/sudo-1.8.6_p6.ebuild | |
parent | fix build with recent ffmpeg versions, bug #456232 (diff) | |
download | historical-79048189c110234724b887e7f13df53d57c05811.tar.gz historical-79048189c110234724b887e7f13df53d57c05811.tar.bz2 historical-79048189c110234724b887e7f13df53d57c05811.zip |
Use `default` to install.
Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64
Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'app-admin/sudo/sudo-1.8.6_p6.ebuild')
-rw-r--r-- | app-admin/sudo/sudo-1.8.6_p6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/sudo/sudo-1.8.6_p6.ebuild b/app-admin/sudo/sudo-1.8.6_p6.ebuild index 6aa5bc4c5aa2..336216bc8e1e 100644 --- a/app-admin/sudo/sudo-1.8.6_p6.ebuild +++ b/app-admin/sudo/sudo-1.8.6_p6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p6.ebuild,v 1.1 2013/02/01 17:16:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p6.ebuild,v 1.2 2013/02/08 21:40:33 vapier Exp $ EAPI=4 @@ -123,7 +123,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die + default if use ldap ; then dodoc README.LDAP doc/schema.OpenLDAP |