From: Richard Kimberly Heck Date: Fri, 13 Jan 2023 00:22:08 +0000 (-0500) Subject: Fix build script for devel X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=29aa336199c0ac77806c313b7abbb2feec48487e;p=features.git Fix build script for devel --- 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