summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2003-01-29 15:25:15 +0000
committerMartin Schlemmer <azarah@gentoo.org>2003-01-29 15:25:15 +0000
commitab49ee074c1d72d4a79ff9c2a7e62ea5312b429b (patch)
tree089c571d144e00ea992b002fe4a5c4114584fcfa /app-office/openoffice
parentversion bump. (diff)
downloadhistorical-ab49ee074c1d72d4a79ff9c2a7e62ea5312b429b.tar.gz
historical-ab49ee074c1d72d4a79ff9c2a7e62ea5312b429b.tar.bz2
historical-ab49ee074c1d72d4a79ff9c2a7e62ea5312b429b.zip
Fix not setting PATH correctly all the time in Linux*Env.Set
Diffstat (limited to 'app-office/openoffice')
-rw-r--r--app-office/openoffice/openoffice-1.0.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/openoffice/openoffice-1.0.2.ebuild b/app-office/openoffice/openoffice-1.0.2.ebuild
index bf3b420bfd2e..f9e174f7b939 100644
--- a/app-office/openoffice/openoffice-1.0.2.ebuild
+++ b/app-office/openoffice/openoffice-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.2.ebuild,v 1.4 2003/01/29 12:50:55 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.2.ebuild,v 1.5 2003/01/29 15:25:15 azarah Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -332,6 +332,8 @@ src_compile() {
# Setup path for new gcc layout in $LinuxEnvSet, else the build
# environment will not find gcc ... (Az)
perl -pi -e "s|PATH \.:\$SOLARVER|PATH \.:${gcc_path}:\$SOLARVER|" ${LinuxEnvSet}
+ # New builds start quoting stuff ...
+ perl -pi -e "s|PATH \"\.:\$SOLARVER|PATH \"\.:${gcc_path}:\$SOLARVER|" ${LinuxEnvSet}
fi
# Should the build use multiprocessing?