diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-03 11:19:48 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-03 11:19:48 -0800 |
commit | e06ebf63e2c91e590fc1091e5ea2e49bab835526 (patch) | |
tree | ce92f38537a27cc339420315adf291bdf0f8041a | |
parent | 4ee72a6f1fc5d045adb71260107ca605ec68a84a (diff) |
OSX: Fixed bad prefix
-rwxr-xr-x | privileged_startx/20-font_cache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/privileged_startx/20-font_cache.cpp b/privileged_startx/20-font_cache.cpp index c13384b..6d43e10 100755 --- a/privileged_startx/20-font_cache.cpp +++ b/privileged_startx/20-font_cache.cpp @@ -27,9 +27,9 @@ XCOMM promote the sale, use or other dealings in this Software without XCOMM prior written authorization. if [ -x BINDIR/font_cache ] ; then - BINDIR/font_cache & + BINDIR/font_cache -s & elif [ -x BINDIR/font_cache.sh ] ; then BINDIR/font_cache.sh -s & -elif [ -x /usr/X11/bin/fc-cache ] ; then +elif [ -x BINDIR/fc-cache ] ; then BINDIR/fc-cache & fi |