diff --git a/development/tools/lyx-build b/development/tools/lyx-build index 27b72d5b6b..affb72eb5c 100755 --- a/development/tools/lyx-build +++ b/development/tools/lyx-build @@ -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