From 3410f6cee96f785999107a54492317dd780899cc Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 16 Sep 2014 12:12:50 -0400 Subject: [PATCH] Minor update to build script. --- development/tools/lyx-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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