summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-06 05:56:43 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-06 05:56:43 +0000
commit1ff8ac3695f93747d135c7d915cf969bfb2962f0 (patch)
treec45a8926a2d12914a5fd2d61c0be165587c439a8 /app-shells/fish
parentMarked ppc stable for bug #112842. (diff)
downloadgentoo-2-1ff8ac3695f93747d135c7d915cf969bfb2962f0.tar.gz
gentoo-2-1ff8ac3695f93747d135c7d915cf969bfb2962f0.tar.bz2
gentoo-2-1ff8ac3695f93747d135c7d915cf969bfb2962f0.zip
Force the install on, because portage apparently stopped doing it by default at some point.
(Portage version: 2.0.53)
Diffstat (limited to 'app-shells/fish')
-rw-r--r--app-shells/fish/ChangeLog6
-rw-r--r--app-shells/fish/fish-1.17.0.ebuild6
2 files changed, 10 insertions, 2 deletions
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 <spyderous@gentoo.org>; 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
+}