diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-09-13 23:51:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-09-13 23:51:30 +0000 |
commit | 924976c22241ca3e4b5d4a0d0dcdd4e026f6fe6f (patch) | |
tree | 158d6e0658c12a6c718e0ff7eb8c4bee91ef5271 /dev-lang/jimtcl | |
parent | Version bump (diff) | |
download | gentoo-2-924976c22241ca3e4b5d4a0d0dcdd4e026f6fe6f.tar.gz gentoo-2-924976c22241ca3e4b5d4a0d0dcdd4e026f6fe6f.tar.bz2 gentoo-2-924976c22241ca3e4b5d4a0d0dcdd4e026f6fe6f.zip |
Fix library installation for live ebuild
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-lang/jimtcl')
-rw-r--r-- | dev-lang/jimtcl/jimtcl-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/jimtcl/jimtcl-9999.ebuild b/dev-lang/jimtcl/jimtcl-9999.ebuild index 39db2c0a7199..3c35403c57ef 100644 --- a/dev-lang/jimtcl/jimtcl-9999.ebuild +++ b/dev-lang/jimtcl/jimtcl-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-9999.ebuild,v 1.6 2012/08/17 22:23:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-9999.ebuild,v 1.7 2013/09/13 23:51:30 hwoarang Exp $ EAPI="4" @@ -32,7 +32,7 @@ src_install() { use static-libs && { dolib.a libjim.a } || { - dolib.so libjim.so + dolib.so libjim.so* } insinto /usr/include doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h |