summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pam_ssh/pam_ssh-1.92.ebuild')
-rw-r--r--sys-auth/pam_ssh/pam_ssh-1.92.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild
index 1c31baa40e6d..9ffd0c83d1e8 100644
--- a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild
+++ b/sys-auth/pam_ssh/pam_ssh-1.92.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/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.3 2008/07/22 22:46:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.4 2008/07/22 22:48:25 flameeyes Exp $
inherit pam eutils
@@ -37,7 +37,7 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "install failed"
+ emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
}