From 1ff8ac3695f93747d135c7d915cf969bfb2962f0 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Tue, 6 Dec 2005 05:56:43 +0000 Subject: Force the install on, because portage apparently stopped doing it by default at some point. (Portage version: 2.0.53) --- app-shells/fish/ChangeLog | 6 +++++- app-shells/fish/fish-1.17.0.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'app-shells/fish') diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index d420a68cfef0..63867c667465 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/fish # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.1 2005/12/05 22:48:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.2 2005/12/06 05:56:43 spyderous Exp $ + + 06 Dec 2005; Donnie Berkholz ; fish-1.17.0.ebuild: + Force the install on, because portage apparently stopped doing it by default + at some point. *fish-1.17.0 (05 Dec 2005) diff --git a/app-shells/fish/fish-1.17.0.ebuild b/app-shells/fish/fish-1.17.0.ebuild index 6d18689d5da8..3baf98d08ff2 100644 --- a/app-shells/fish/fish-1.17.0.ebuild +++ b/app-shells/fish/fish-1.17.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.17.0.ebuild,v 1.1 2005/12/05 22:48:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.17.0.ebuild,v 1.2 2005/12/06 05:56:43 spyderous Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://roo.no-ip.org/fish/" @@ -23,3 +23,7 @@ src_compile() { econf docdir=/usr/share/doc/${PF} || die "econf failed" emake || die "emake failed" } + +src_install() { + make DESTDIR="${D}" install +} -- cgit v1.2.3-65-gdbad