mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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
|
||||
BASE="/cvs/lyx/lyx-release";
|
||||
# Where our git repository lives
|
||||
SRCDIR="/cvs/lyx/lyx-stable";
|
||||
SRCDIR="/cvs/lyx/lyx-devel";
|
||||
# editor
|
||||
if [ -z "$EDITOR" ]; then EDITOR=vi; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user