Fix build script for devel

This commit is contained in:
Richard Kimberly Heck 2023-01-12 19:22:08 -05:00
parent 4e8577e7b0
commit 29aa336199

View File

@ -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