Update build file

This commit is contained in:
Richard Kimberly Heck 2024-05-13 17:39:44 -04:00
parent e6ee31ef53
commit 2db9eb463d

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-devel";
SRCDIR="/cvs/lyx/lyx-stable";
# editor
if [ -z "$EDITOR" ]; then EDITOR=vi; fi