13
0
livetrax/tools/osx_packaging/init
David Robillard 22c20ab6f2 Merged with trunk, and a few trivial GUI updates etc.
git-svn-id: svn://localhost/ardour2/branches/midi@664 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-07-05 19:47:25 +00:00

17 lines
418 B
Bash
Executable File

#!/bin/sh
#
# Author: Aaron Voisine <aaron@voisine.org>
CWD="`(cd \"\`dirname \\\"$0\\\"\`\"; echo $PWD)`"
ps -wx -ocommand | grep -e '[X]11' > dev/null
if [ "$?" != "0" -a ! -f ~/.xinitrc ]; then
echo "rm -f ~/.xinitrc" > ~/.xinitrc
sed 's/xterm/# xterm/' /usr/X11R6/lib/X11/xinit/xinitrc >> ~/.xinitrc
fi
open -a X11 || open -a XDarwin
export "FONTCONFIG_PATH=$CWD/etc/fonts"
exec "$CWD/bin/cache-fonts"