Fix directory in build script.

This commit is contained in:
Richard Heck 2016-07-21 14:34:19 -04:00
parent 03906e0530
commit 12a4b52a72

View File

@ -10,7 +10,7 @@
# Where we will do our work
BASE="/cvs/lyx/lyx-release";
# Where our git repository lives
SRCDIR="/cvs/lyx/lyx-20";
SRCDIR="/cvs/lyx/lyx-stable";
# editor
if [ -z "$EDITOR" ]; then EDITOR=vi; fi
# Options to make, when we compile