[LyX/2.5.x] Fix wget command

Richard Kimberly Heck <[email protected]>
Newsgroups gmane.editors.lyx.cvs
Message-ID <[email protected]>
commit 58231d203509c7b073c0e06d480d6d66d6d67f77
Author: Richard Kimberly Heck <[email protected]>
Date:   Sun Apr 12 15:05:23 2026 -0400

    Fix wget command
---
 development/tools/lyx-build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/development/tools/lyx-build b/development/tools/lyx-build
index f4ff053362..6b781ce88c 100755
--- a/development/tools/lyx-build
+++ b/development/tools/lyx-build
@@ -157,8 +157,8 @@ if [ ! -d $BASE/lyx-patch/lyx-$LAST ]; then
         if [ ! -d $BASE/lyx-patch/lyx-$LAST ]; then 
             echo "Will try to download from LyX site....";
             pushd $BASE/lyx-patch/;
-            wget ftp://ftp.lyx.org/pub/lyx/stable/${FIRST}x/lyx-$LAST.tar.gz;
-            wget ftp://ftp.lyx.org/pub/lyx/stable/${FIRST}x/lyx-$LAST.tar.gz.sig
+            wget http://ftp.lyx.org/pub/lyx/stable/${FIRST}x/lyx-$LAST.tar.gz;
+            wget http://ftp.lyx.org/pub/lyx/stable/${FIRST}x/lyx-$LAST.tar.gz.sig
             gpg -q --verify lyx-$LAST.tar.gz.sig
             if ! [ $? == 0 ]; then
                 echo "Signature wrong!"
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.