diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-03-30 10:17:17 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-03-30 10:17:17 +0000 |
commit | b2418af25822c7046764688a14a8a2e2c3ebc2eb (patch) | |
tree | b602df2377ab4d45992cdc744a8241d0f00db22d /app-office/openoffice/files | |
parent | add bmp fix, mark 2.6.4-r1 x86 (diff) | |
download | historical-b2418af25822c7046764688a14a8a2e2c3ebc2eb.tar.gz historical-b2418af25822c7046764688a14a8a2e2c3ebc2eb.tar.bz2 historical-b2418af25822c7046764688a14a8a2e2c3ebc2eb.zip |
simplify menu entry installation and fix problems with newer findutils
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-office/openoffice/files')
-rw-r--r-- | app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3 | 2 |
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 |