diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-21 16:12:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-21 16:12:52 +0000 |
commit | 655ad37da63bba603030bc6b4093d8df61cc523f (patch) | |
tree | 46da9dda5421a9634a02ee06f081e1a5d2c909ef /dev-lang/orc | |
parent | fix0r license (diff) | |
download | historical-655ad37da63bba603030bc6b4093d8df61cc523f.tar.gz historical-655ad37da63bba603030bc6b4093d8df61cc523f.tar.bz2 historical-655ad37da63bba603030bc6b4093d8df61cc523f.zip |
fix0r license
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/orc')
-rw-r--r-- | dev-lang/orc/orc-0.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/orc/orc-0.4.4.ebuild b/dev-lang/orc/orc-0.4.4.ebuild index e10c5a10bdd3..b4a4f6f83190 100644 --- a/dev-lang/orc/orc-0.4.4.ebuild +++ b/dev-lang/orc/orc-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v 1.2 2010/04/21 16:12:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v 1.3 2010/04/21 16:12:52 ssuominen Exp $ EAPI=2 @@ -23,6 +23,6 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die dodoc README TODO - + find "${D}" -name '*.la' -delete } |