From 23cc6d72299f6c3b79af9620ad84c8113d4bbfb5 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 18 Feb 2003 13:11:59 +0000 Subject: *** empty log message *** --- app-editors/bluefish/bluefish-0.9.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app-editors') 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 \ -- cgit v1.2.3-65-gdbad