diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-03-29 19:18:42 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-03-29 19:18:42 +0000 |
commit | 23f2a374db660808907b250c8c36837a90221862 (patch) | |
tree | bf2f15a3053635823f14379f6ec51db66b17a442 /sys-auth | |
parent | Fix broken Manifest to make things silent again. (diff) | |
download | gentoo-2-23f2a374db660808907b250c8c36837a90221862.tar.gz gentoo-2-23f2a374db660808907b250c8c36837a90221862.tar.bz2 gentoo-2-23f2a374db660808907b250c8c36837a90221862.zip |
Forgot to add removing of other .la file.. doing it quick
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/consolekit/consolekit-0.2.0-r1.ebuild b/sys-auth/consolekit/consolekit-0.2.0-r1.ebuild index 78ed3be882d8..ad2c0327f1f4 100644 --- a/sys-auth/consolekit/consolekit-0.2.0-r1.ebuild +++ b/sys-auth/consolekit/consolekit-0.2.0-r1.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/consolekit/consolekit-0.2.0-r1.ebuild,v 1.1 2007/03/29 19:01:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.0-r1.ebuild,v 1.2 2007/03/29 19:18:42 cardoe Exp $ inherit eutils autotools multilib @@ -55,6 +55,7 @@ src_install() { #Portage barfs on .la files rm -f "${D}/$(get_libdir)/libck-connector.la" + rm -f "${D}/$(get_libdir)/security/pam_ck_connector.la" # Gentoo style init script newinitd "${FILESDIR}"/${PN}-0.1.rc consolekit |