diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-12-30 03:22:27 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-12-30 03:22:27 +0000 |
commit | f4f998afcd6bb72bb38b1359996f6d9d44e5314c (patch) | |
tree | 968a8c2767549b4cc681be363034c9b8b76889cc /sys-auth/libnss-mysql | |
parent | initial import of package (diff) | |
download | gentoo-2-f4f998afcd6bb72bb38b1359996f6d9d44e5314c.tar.gz gentoo-2-f4f998afcd6bb72bb38b1359996f6d9d44e5314c.tar.bz2 gentoo-2-f4f998afcd6bb72bb38b1359996f6d9d44e5314c.zip |
Change install location.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sys-auth/libnss-mysql')
-rw-r--r-- | sys-auth/libnss-mysql/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-auth/libnss-mysql/ChangeLog b/sys-auth/libnss-mysql/ChangeLog index e2f48e05d29b..8def2c4f9557 100644 --- a/sys-auth/libnss-mysql/ChangeLog +++ b/sys-auth/libnss-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/libnss-mysql # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.12 2007/12/30 03:11:38 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.13 2007/12/30 03:22:27 chtekk Exp $ + + 30 Dec 2007; Luca Longinotti <chtekk@gentoo.org> libnss-mysql-1.5.ebuild: + Install NSS libs to /usr/lib instead of /lib. 30 Dec 2007; Luca Longinotti <chtekk@gentoo.org> -libnss-mysql-1.2.ebuild: Remove old version. diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild index e5fd069c9301..cc9e5649a43e 100644 --- a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild +++ b/sys-auth/libnss-mysql/libnss-mysql-1.5.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/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.9 2007/11/14 14:56:33 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.10 2007/12/30 03:22:27 chtekk Exp $ inherit multilib @@ -19,8 +19,7 @@ RDEPEND="${DEPEND}" src_install() { dodir "/etc" dodir "/usr/$(get_libdir)" - einstall libdir="${D}/$(get_libdir)" - mv "${D}/$(get_libdir)/libnss_mysql.la" "${D}/usr/$(get_libdir)/" + einstall libdir="${D}/usr/$(get_libdir)" newdoc sample/README README.sample dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \ |