diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-06 05:56:43 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-06 05:56:43 +0000 |
commit | de0763b00c6438f62c0108dbf0e1179c35ac6507 (patch) | |
tree | 274bad2f1f692aa6785118cda8187bf0df147c50 /app-shells/fish | |
parent | Marked ppc stable for bug #112842. (diff) | |
download | historical-de0763b00c6438f62c0108dbf0e1179c35ac6507.tar.gz historical-de0763b00c6438f62c0108dbf0e1179c35ac6507.tar.bz2 historical-de0763b00c6438f62c0108dbf0e1179c35ac6507.zip |
Force the install on, because portage apparently stopped doing it by default at some point.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-shells/fish')
-rw-r--r-- | app-shells/fish/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/fish/Manifest | 4 | ||||
-rw-r--r-- | app-shells/fish/fish-1.17.0.ebuild | 6 |
3 files changed, 12 insertions, 4 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/Manifest b/app-shells/fish/Manifest index 09bc9d1bf5fc..d0be0fd00016 100644 --- a/app-shells/fish/Manifest +++ b/app-shells/fish/Manifest @@ -1,4 +1,4 @@ -MD5 ec94376e6dc76faaad9ffc1b2f23431f ChangeLog 512 +MD5 8a8210474fde6e62bcbf892bc44e56d4 ChangeLog 684 MD5 356376846cef1cf9686d25ff6d5e67e1 files/digest-fish-1.17.0 64 -MD5 2c353381ccdeadffb271d3956b256edb fish-1.17.0.ebuild 657 +MD5 034c0b6c2abc404f6769bfd2a27d78c3 fish-1.17.0.ebuild 705 MD5 60f93915838cb266eef644d5f73c9d19 metadata.xml 225 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 +} |