mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix build script for devel
This commit is contained in:
parent
4e8577e7b0
commit
29aa336199
@ -14,7 +14,7 @@
|
|||||||
# Where we will do our work
|
# Where we will do our work
|
||||||
BASE="/cvs/lyx/lyx-release";
|
BASE="/cvs/lyx/lyx-release";
|
||||||
# Where our git repository lives
|
# Where our git repository lives
|
||||||
SRCDIR="/cvs/lyx/lyx-stable";
|
SRCDIR="/cvs/lyx/lyx-devel";
|
||||||
# editor
|
# editor
|
||||||
if [ -z "$EDITOR" ]; then EDITOR=vi; fi
|
if [ -z "$EDITOR" ]; then EDITOR=vi; fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user