From 12a4b52a72faa80a981eabe15d9a84c78457b743 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 21 Jul 2016 14:34:19 -0400 Subject: [PATCH] Fix directory in 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 -- 2.39.5