summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2003-02-18 13:11:17 +0000
committerLuca Barbato <lu_zero@gentoo.org>2003-02-18 13:11:17 +0000
commite265988268eab30517bad0a25b7ab3ae8b32cbc7 (patch)
tree1a3f4cddf0df258c2380ff65472947872cac1de5 /app-editors
parentversion bump (diff)
downloadhistorical-e265988268eab30517bad0a25b7ab3ae8b32cbc7.tar.gz
historical-e265988268eab30517bad0a25b7ab3ae8b32cbc7.tar.bz2
historical-e265988268eab30517bad0a25b7ab3ae8b32cbc7.zip
*** empty log message ***
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/bluefish/bluefish-0.9.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/bluefish/bluefish-0.9.ebuild b/app-editors/bluefish/bluefish-0.9.ebuild
index c7adb1cb3d7c..59aa687e377b 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.1 2003/02/18 11:34:23 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.2 2003/02/18 13:11:17 lu_zero Exp $
#MY_P=${PN}-gtk2-${PV}
#S=${WORKDIR}/${MY_P}
@@ -32,13 +32,16 @@ src_compile() {
src_install() {
cd ${S}
- sed -e "s:"/usr/share":"${D}/usr/share":g" Makefile \
+ sed -e "s:"/usr/share/pixmaps/b":"${D}/usr/share/pixmaps/b":g" Makefile \
> Makefile.new
cp Makefile.new Makefile
cd data
sed -e "s:"/usr/share":"${D}/usr/share":g" Makefile \
> Makefile.new
cp Makefile.new Makefile
+ dodir /usr/bin
+ dodir /usr/share/pixmaps
+ cd ${S}
einstall datadir=${D}/usr/share \
pkgdatadir=${D}/usr/share/bluefish
# pixmapsdir=${D}/usr/share/pixmap \