summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2002-10-15 02:33:55 +0000
committerMatt Keadle <mkeadle@gentoo.org>2002-10-15 02:33:55 +0000
commit9e84690746efcaf313b3e9277909c64c13b7b8ad (patch)
treecc49cf6ad705603f65404a2419473edc9f3b74f7 /eclass/commonbox.eclass
parentUpdated HOMEPAGE per #9129 (diff)
downloadhistorical-9e84690746efcaf313b3e9277909c64c13b7b8ad.tar.gz
historical-9e84690746efcaf313b3e9277909c64c13b7b8ad.tar.bz2
historical-9e84690746efcaf313b3e9277909c64c13b7b8ad.zip
Purple Curve in action
Diffstat (limited to 'eclass/commonbox.eclass')
-rw-r--r--eclass/commonbox.eclass11
1 files changed, 10 insertions, 1 deletions
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass
index e9a95cf1768f..2034ed831a84 100644
--- a/eclass/commonbox.eclass
+++ b/eclass/commonbox.eclass
@@ -1,7 +1,7 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# Author: Seemant Kulleen <seemant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.10 2002/09/10 09:08:18 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.11 2002/10/15 02:33:55 mkeadle Exp $
# The commonbox eclass is designed to allow easier installation of the box
# window managers such as blackbox and fluxbox and commonbox
@@ -57,6 +57,15 @@ commonprep() {
${i}
done
+ for i in `find ${S}/src -name 'Makefile*'`
+ do
+ ssed -i \
+ -e "s:/styles/Results:/styles/Fury-NG:" \
+ -e "s:/styles/mbdtex:/styles/Fury-NG:" \
+ -e "s:/styles/Clean:/styles/Fury-NG:" \
+ ${i}
+ done
+
einfo ${MYBIN}
}