From: Richard Heck Date: Thu, 21 Jul 2016 18:34:19 +0000 (-0400) Subject: Fix directory in build script. X-Git-Tag: 2.2.1^0 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=12a4b52a72faa80a981eabe15d9a84c78457b743;p=features.git Fix directory in build script. --- diff --git a/development/tools/lyx-build b/development/tools/lyx-build index 27b72d5b6b..affb72eb5c 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