add LyX-2.0 to the list of potential ABS_USER_LYXDIR values

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35005 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-07-22 16:35:25 +00:00
parent 710bb42049
commit 1d7564561a

View File

@ -37,11 +37,11 @@ q
USER_SUPPORT="${HOME}/Library/Application Support"
test -d "${USER_SUPPORT}" || {
echo "Something horrible is going on. No user support directory $ {USER_SUPPORT}" >&2
echo "Something horrible is going on. No user support directory ${USER_SUPPORT}" >&2
exit 1
}
for LYXDIR in LyX-1.6 LyX-1.5 LyX-1.4 LyX
for LYXDIR in LyX-2.0 LyX-1.6 LyX-1.5 LyX-1.4 LyX
do
ABS_USER_LYXDIR="${USER_SUPPORT}/${LYXDIR}"
test -d "${ABS_USER_LYXDIR}" || {