summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2003-02-18 13:11:59 +0000
committerLuca Barbato <lu_zero@gentoo.org>2003-02-18 13:11:59 +0000
commit23cc6d72299f6c3b79af9620ad84c8113d4bbfb5 (patch)
tree831f175e3d733b304d6bf19e5580aea36d98d790 /app-editors
parentversion bump (diff)
downloadgentoo-2-23cc6d72299f6c3b79af9620ad84c8113d4bbfb5.tar.gz
gentoo-2-23cc6d72299f6c3b79af9620ad84c8113d4bbfb5.tar.bz2
gentoo-2-23cc6d72299f6c3b79af9620ad84c8113d4bbfb5.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 \