mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
710bb42049
commit
1d7564561a
@ -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}" || {
|
||||
|
Loading…
Reference in New Issue
Block a user