]> git.lyx.org Git - features.git/commitdiff
Fix directory in build script. 2.2.1
authorRichard Heck <rgheck@lyx.org>
Thu, 21 Jul 2016 18:34:19 +0000 (14:34 -0400)
committerRichard Heck <rgheck@lyx.org>
Thu, 21 Jul 2016 18:34:19 +0000 (14:34 -0400)
development/tools/lyx-build

index 27b72d5b6bdc4bf0bd727a928e6937e627db1478..affb72eb5c6c45c27997360b7d2c87fe5f36f74a 100755 (executable)
@@ -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