From 29aa336199c0ac77806c313b7abbb2feec48487e Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Thu, 12 Jan 2023 19:22:08 -0500 Subject: [PATCH] Fix build script for devel --- 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 f4ff053362..14b5cd6f05 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 -- 2.39.5