summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2005-03-30 10:17:17 +0000
committerAndreas Proschofsky <suka@gentoo.org>2005-03-30 10:17:17 +0000
commit90f2c61e0ae266ecf7e14b7ca24165df3e28ac17 (patch)
treeb4b8440f836783ff2926630ae7b1288c87e5767a /app-office/openoffice/files
parentadd bmp fix, mark 2.6.4-r1 x86 (diff)
downloadgentoo-2-90f2c61e0ae266ecf7e14b7ca24165df3e28ac17.tar.gz
gentoo-2-90f2c61e0ae266ecf7e14b7ca24165df3e28ac17.tar.bz2
gentoo-2-90f2c61e0ae266ecf7e14b7ca24165df3e28ac17.zip
simplify menu entry installation and fix problems with newer findutils
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/openoffice/files')
-rw-r--r--app-office/openoffice/files/1.1.4/ooffice-wrapper-1.32
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3 b/app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3
index ea1be9d0765f..c12d92e91bd1 100644
--- a/app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3
+++ b/app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3
@@ -86,7 +86,7 @@ fi
# Default font path. This is used if SAL_FONTPATH_PRIVATE is not defined.
GENTOO_FONTPATH=""
-for d in `find /usr/share/fonts -type d -maxdepth 1 -mindepth 1` ; do
+for d in `find /usr/share/fonts -maxdepth 1 -mindepth 1 -type d` ; do
GENTOO_FONTPATH="$GENTOO_FONTPATH;$d"
done