diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-12-19 17:51:02 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-12-19 17:51:02 +0000 |
commit | 34349fa8535750a0026ed73adafdccb00dbf1aa7 (patch) | |
tree | 7409665c03557613d07eadc222b858a4b047ea2d /app-editors/bluefish | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-34349fa8535750a0026ed73adafdccb00dbf1aa7.tar.gz gentoo-2-34349fa8535750a0026ed73adafdccb00dbf1aa7.tar.bz2 gentoo-2-34349fa8535750a0026ed73adafdccb00dbf1aa7.zip |
fix bluefish-0.13 (bug #74174)
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 1377be73b9ad..9c12a0e9ba36 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/bluefish # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.34 2004/12/07 15:44:18 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.35 2004/12/19 17:51:02 hanno Exp $ + + 19 Dec 2004; Hanno Boeck <hanno@gentoo.org> bluefish-0.13.ebuild: + Change einstall to make install (thanks to Matthias Dahl in bug 74174). *bluefish-0.13 (07 Dec 2004) diff --git a/app-editors/bluefish/bluefish-0.13.ebuild b/app-editors/bluefish/bluefish-0.13.ebuild index a5c5effbba40..f7856fd6c462 100644 --- a/app-editors/bluefish/bluefish-0.13.ebuild +++ b/app-editors/bluefish/bluefish-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.13.ebuild,v 1.1 2004/12/07 15:44:18 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.13.ebuild,v 1.2 2004/12/19 17:51:02 hanno Exp $ inherit eutils @@ -30,5 +30,5 @@ src_compile() { } src_install() { - einstall DESTDIR=${D} || die + make DESTDIR=${D} install || die } |