diff options
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 |