summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-30 11:09:47 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-30 11:09:47 +0000
commit0428496380eedd65c3e2744898b311c8fa20bd6a (patch)
treebd82300c21900484bde0fc2666a03744d4258bd3 /sys-auth
parentNo exec stack and let portage strip binaries (diff)
downloadgentoo-2-0428496380eedd65c3e2744898b311c8fa20bd6a.tar.gz
gentoo-2-0428496380eedd65c3e2744898b311c8fa20bd6a.tar.bz2
gentoo-2-0428496380eedd65c3e2744898b311c8fa20bd6a.zip
Fix module installation directory.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_console/ChangeLog6
-rw-r--r--sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_console/ChangeLog b/sys-auth/pam_console/ChangeLog
index 246770cd2663..286469da42ae 100644
--- a/sys-auth/pam_console/ChangeLog
+++ b/sys-auth/pam_console/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_console
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.4 2006/10/26 19:56:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.5 2006/10/30 11:09:47 flameeyes Exp $
+
+ 30 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ pam_console-0.99.6.2.3.6.ebuild:
+ Fix module installation directory.
26 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
files/pam_console-configure.ac:
diff --git a/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild b/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild
index bebd2d97b9d7..a8b8386dd0dc 100644
--- a/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild
+++ b/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild,v 1.3 2006/10/26 19:38:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild,v 1.4 2006/10/30 11:09:47 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -37,7 +37,7 @@ src_unpack() {
}
src_compile() {
- econf --libdir=$(getpam_mod_dir) || die "econf failed"
+ econf --libdir=/$(get_libdir) || die "econf failed"
emake -j1 || die "emake failed"
}