]> git.lyx.org Git - lyx.git/commitdiff
Fix build script for devel
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 13 Jan 2023 00:22:08 +0000 (19:22 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 13 Jan 2023 00:22:12 +0000 (19:22 -0500)
development/tools/lyx-build

index f4ff053362470a7eaf89486cfebea8a01b727a06..14b5cd6f05e606231b632c8f5bfb6987c87a7621 100755 (executable)
@@ -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