diff options
author | 2006-08-10 14:33:44 +0000 | |
---|---|---|
committer | 2006-08-10 14:33:44 +0000 | |
commit | 1377f34b19782662ce5600315f64c72ebb37307f (patch) | |
tree | 631007f32f89ea8e5b4b8b54bb46950cda890cb4 /sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild | |
parent | Stable on alpha wrt security Bug #143240. (diff) | |
download | gentoo-2-1377f34b19782662ce5600315f64c72ebb37307f.tar.gz gentoo-2-1377f34b19782662ce5600315f64c72ebb37307f.tar.bz2 gentoo-2-1377f34b19782662ce5600315f64c72ebb37307f.zip |
Fixed bug #138986 (multilib-strict).
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild')
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild index 9cbb84b6b1be..57368537155a 100644 --- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild +++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.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_mysql/pam_mysql-0.7_rc1-r1.ebuild,v 1.1 2006/06/24 13:47:06 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild,v 1.2 2006/08/10 14:33:44 kugelfang Exp $ inherit libtool @@ -30,7 +30,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR=${D} libdir=$(get_libdir)/security install || die dodoc CREDITS ChangeLog NEWS README } |