[LyX/master] Fix build script for devel

Richard Kimberly Heck rikiheck at lyx.org
Thu Jan 12 23:23:42 UTC 2023


commit 29aa336199c0ac77806c313b7abbb2feec48487e
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Thu Jan 12 19:22:08 2023 -0500

    Fix build script for devel
---
 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 f4ff053..14b5cd6 100755
--- a/development/tools/lyx-build
+++ b/development/tools/lyx-build
@@ -14,7 +14,7 @@
 # Where we will do our work
 BASE="/cvs/lyx/lyx-release";
 # Where our git repository lives
-SRCDIR="/cvs/lyx/lyx-stable";
+SRCDIR="/cvs/lyx/lyx-devel";
 # editor 
 if [ -z "$EDITOR" ]; then EDITOR=vi; fi
 


More information about the lyx-cvs mailing list