diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-25 11:57:15 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-25 11:57:15 +0000 |
commit | 24bfe25cf51d868cca95d46a47c892e28c7f5754 (patch) | |
tree | 7ea274d7a6a532607738496f1f701319e00e731c | |
parent | Add ~arm/~sh (diff) | |
download | gentoo-2-24bfe25cf51d868cca95d46a47c892e28c7f5754.tar.gz gentoo-2-24bfe25cf51d868cca95d46a47c892e28c7f5754.tar.bz2 gentoo-2-24bfe25cf51d868cca95d46a47c892e28c7f5754.zip |
Multilibify
(Portage version: 2.2_rc23/cvs/Linux x86_64)
-rw-r--r-- | app-misc/tasque/tasque-0.1.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/tasque/tasque-0.1.8.ebuild b/app-misc/tasque/tasque-0.1.8.ebuild index ac5d310dd3b8..ec8471270a1e 100644 --- a/app-misc/tasque/tasque-0.1.8.ebuild +++ b/app-misc/tasque/tasque-0.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 2000-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tasque/tasque-0.1.8.ebuild,v 1.2 2009/01/25 05:22:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tasque/tasque-0.1.8.ebuild,v 1.3 2009/01/25 11:57:15 loki_val Exp $ EAPI=2 @@ -63,4 +63,5 @@ src_configure() { src_install() { make DESTDIR="${D}" install || die "emake failed" dodoc NEWS TODO README AUTHORS || die "docs installation failed" + mv_command="cp -ar" mono_multilib_comply } |