diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-02-20 17:04:55 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-02-20 17:04:55 +0000 |
commit | e2c9cf593e0d3a053f62bf0d8e3bd687fcc1ddf8 (patch) | |
tree | c59b2972bee146985e7bfd0d5a50babde7bd42a4 /app-editors/bluefish/bluefish-0.9.ebuild | |
parent | and turn them around (diff) | |
download | gentoo-2-e2c9cf593e0d3a053f62bf0d8e3bd687fcc1ddf8.tar.gz gentoo-2-e2c9cf593e0d3a053f62bf0d8e3bd687fcc1ddf8.tar.bz2 gentoo-2-e2c9cf593e0d3a053f62bf0d8e3bd687fcc1ddf8.zip |
.desktop will install now
Diffstat (limited to 'app-editors/bluefish/bluefish-0.9.ebuild')
-rw-r--r-- | app-editors/bluefish/bluefish-0.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/bluefish/bluefish-0.9.ebuild b/app-editors/bluefish/bluefish-0.9.ebuild index 7863ebb834b6..474351500c7d 100644 --- a/app-editors/bluefish/bluefish-0.9.ebuild +++ b/app-editors/bluefish/bluefish-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.3 2003/02/19 15:05:54 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.4 2003/02/20 17:04:55 lu_zero Exp $ DESCRIPTION="Bluefish is a GTK HTML editor for the experienced web designer or programmer." SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2" @@ -35,6 +35,7 @@ src_install() { cp Makefile.new Makefile dodir /usr/bin dodir /usr/share/pixmaps + dodir /usr/share/applications cd ${S} einstall datadir=${D}/usr/share \ pkgdatadir=${D}/usr/share/bluefish |