commit 12a4b52a72faa80a981eabe15d9a84c78457b743
Author: Richard Heck <[email protected]>
Date:   Thu Jul 21 14:34:19 2016 -0400

    Fix directory in build script.
---
 development/tools/lyx-build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/tools/lyx-build b/development/tools/lyx-build
index 27b72d5..affb72e 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

Reply via email to