From 2db9eb463dbdf4d66ec767f1ad6900c2d00c301b Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 13 May 2024 17:39:44 -0400 Subject: [PATCH] Update build file --- 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 14b5cd6f05..f4ff053362 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-devel"; +SRCDIR="/cvs/lyx/lyx-stable"; # editor if [ -z "$EDITOR" ]; then EDITOR=vi; fi -- 2.39.5