From f42706dce4a14c33fe718f3a8b836ad218402684 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 16 Jul 2021 22:33:05 +0200 Subject: [PATCH] ok fixed --- autoconf/build | 2 +- automake/build | 2 +- bash/build | 2 +- binutils/build | 2 +- bison/build | 2 +- busybox/build | 2 +- bzip2/build | 2 +- cmake/build | 2 +- curses-lib/build | 2 +- expat/build | 2 +- flex/build | 2 +- fontconfig/build | 2 +- freetype2/build | 2 +- gcc/build | 2 +- gettext/build | 2 +- git/build | 2 +- glibc/build | 2 +- gperf/build | 2 +- grub/build | 2 +- gzip/build | 2 +- intltool/build | 2 +- libdrm/build | 2 +- libpng/build | 2 +- libtool/build | 2 +- libudev/build | 2 +- m4/build | 2 +- make/build | 2 +- mesa/build | 2 +- mtdev/build | 2 +- nano/build | 2 +- openssl/build | 2 +- perl/build | 2 +- pkg-config-fd/build | 2 +- pthread/build | 2 +- python/build | 2 +- talloc-lib/build | 2 +- tar/build | 2 +- vim/build | 2 +- xz/build | 2 +- zlib/build | 2 +- zsh/build | 2 +- zstd/build | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/autoconf/build b/autoconf/build index c5ed388..6c7840e 100755 --- a/autoconf/build +++ b/autoconf/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz +wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz tar -xf autoconf-2.71.tar.xz cd autoconf-2.71 diff --git a/automake/build b/automake/build index afe0e71..f55b429 100755 --- a/automake/build +++ b/automake/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/automake/automake-1.16.3.tar.xz +wget https://ftp.gnu.org/gnu/automake/automake-1.16.3.tar.xz tar -xf automake-1.16.3.tar.xz cd automake-1.16.3 diff --git a/bash/build b/bash/build index 1be7983..ceaa300 100755 --- a/bash/build +++ b/bash/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/bash/bash-5.1.8.tar.gz +wget https://ftp.gnu.org/gnu/bash/bash-5.1.8.tar.gz tar -xf bash-5.1.8.tar.gz cd bash-5.1.8 diff --git a/binutils/build b/binutils/build index ef6a602..58f79ee 100755 --- a/binutils/build +++ b/binutils/build @@ -1,4 +1,4 @@ -curl -# -O binutils-2.36.1.tar.xz https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz +wget -O binutils-2.36.1.tar.xz https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz tar -xf binutils-2.36.1.tar.xz cd binutils-2.36.1 diff --git a/bison/build b/bison/build index bf5109a..36b3e81 100755 --- a/bison/build +++ b/bison/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/bison/bison-3.7.6.tar.xz +wget https://ftp.gnu.org/gnu/bison/bison-3.7.6.tar.xz tar -xf bison-3.7.6.tar.xz cd bison-3.7.6 diff --git a/busybox/build b/busybox/build index 3290c3a..2a2aca2 100755 --- a/busybox/build +++ b/busybox/build @@ -1,4 +1,4 @@ -curl -# -O busybox-1.33.1.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2 +wget -O busybox-1.33.1.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2 tar -xf busybox-1.33.1.tar.bz2 cd busybox-1.33.1 diff --git a/bzip2/build b/bzip2/build index 7162086..ab9cc2a 100755 --- a/bzip2/build +++ b/bzip2/build @@ -1,4 +1,4 @@ -curl -# -O bzip2-1.0.8.tar.gz https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz +wget -O bzip2-1.0.8.tar.gz https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz tar -xf bzip2-1.0.8.tar.gz cd bzip2-1.0.8 diff --git a/cmake/build b/cmake/build index 7d91aa4..1c924ad 100755 --- a/cmake/build +++ b/cmake/build @@ -1,4 +1,4 @@ -curl -# https://github.com/Kitware/CMake/releases/download/v3.21.0-rc2/cmake-3.21.0-rc2.tar.gz +wget https://github.com/Kitware/CMake/releases/download/v3.21.0-rc2/cmake-3.21.0-rc2.tar.gz tar -xf cmake-3.21.0-rc2.tar.gz cd cmake-3.21.0-rc2.tar.gz diff --git a/curses-lib/build b/curses-lib/build index 5e3f2ff..295ac0c 100755 --- a/curses-lib/build +++ b/curses-lib/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz +wget https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz tar -xf ncurses-6.2.tar.gz cd ncurses-6.2 diff --git a/expat/build b/expat/build index ef56104..a0829f0 100755 --- a/expat/build +++ b/expat/build @@ -1,4 +1,4 @@ -curl -# http://downloads.sourceforge.net/expat/expat-2.1.0.tar.gz +wget http://downloads.sourceforge.net/expat/expat-2.1.0.tar.gz tar -xf expat-2.1.0.tar.gz cd expat-2.1.0 diff --git a/flex/build b/flex/build index e0a51c2..d499d01 100755 --- a/flex/build +++ b/flex/build @@ -1,4 +1,4 @@ -curl -# https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz +wget https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz tar -xf flex-2.6.4.tar.gz cd flex-2.6.4 diff --git a/fontconfig/build b/fontconfig/build index 2b46b50..d4bf292 100755 --- a/fontconfig/build +++ b/fontconfig/build @@ -1,4 +1,4 @@ -curl -# https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2 +wget https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2 tar -xf fontconfig-2.13.1.tar.bz2 cd fontconfig-2.13.1 diff --git a/freetype2/build b/freetype2/build index 15c9545..a93b61b 100755 --- a/freetype2/build +++ b/freetype2/build @@ -1,4 +1,4 @@ -curl -# https://downloads.sourceforge.net/freetype/freetype-2.10.4.tar.xz +wget https://downloads.sourceforge.net/freetype/freetype-2.10.4.tar.xz tar -xf freetype-2.10.4.tar.xz cd freetype-2.10.4 diff --git a/gcc/build b/gcc/build index 8f77606..d82aa23 100755 --- a/gcc/build +++ b/gcc/build @@ -1,4 +1,4 @@ -curl -# -O gcc-11.1.0.tar.gz https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.0/gcc-11.1.0.tar.xz +wget -O gcc-11.1.0.tar.gz https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.0/gcc-11.1.0.tar.xz tar -xf gcc-11.1.0.tar.gz cd gcc-11.1.0 diff --git a/gettext/build b/gettext/build index 0fa5733..2517b7d 100755 --- a/gettext/build +++ b/gettext/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.tar.gz +wget https://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.tar.gz tar -xf gettext-0.21.tar.gz cd gettext-0.21 diff --git a/git/build b/git/build index d82af3f..29eff2c 100755 --- a/git/build +++ b/git/build @@ -1,4 +1,4 @@ -curl -# https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz +wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz tar -xf git-2.9.5.tar.xz cd git-2.9.5 diff --git a/glibc/build b/glibc/build index f6c2a4a..9010df0 100755 --- a/glibc/build +++ b/glibc/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/libc/glibc-2.33.tar.gz +wget https://ftp.gnu.org/gnu/libc/glibc-2.33.tar.gz tar -xf glibc-2.33.tar.gz cd glibc-2.33 diff --git a/gperf/build b/gperf/build index 3da1798..c792e77 100755 --- a/gperf/build +++ b/gperf/build @@ -1,4 +1,4 @@ -curl -# http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz +wget http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz tar -xf gperf-3.1.tar.gz cd gperf-3.1 diff --git a/grub/build b/grub/build index 28e0fad..62303e2 100755 --- a/grub/build +++ b/grub/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz +wget https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz tar -xf grub-2.06.tar.xz cd grub-2.06 diff --git a/gzip/build b/gzip/build index 27dd4de..c4b6873 100755 --- a/gzip/build +++ b/gzip/build @@ -1,4 +1,4 @@ -curl -# https://mirrors.nav.ro/gnu/gzip/gzip-1.10.tar.gz +wget https://mirrors.nav.ro/gnu/gzip/gzip-1.10.tar.gz tar -xf gzip-1.10.tar.gz cd gzip-1.10 diff --git a/intltool/build b/intltool/build index 1fc40c9..24562a3 100755 --- a/intltool/build +++ b/intltool/build @@ -1,4 +1,4 @@ -curl -# https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz +wget https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz tar -xf intltool-0.51.0.tar.gz cd intltool-0.51.0 diff --git a/libdrm/build b/libdrm/build index 3e9a851..3947ea4 100755 --- a/libdrm/build +++ b/libdrm/build @@ -1,4 +1,4 @@ -curl -# https://dri.freedesktop.org/libdrm/libdrm-2.4.104.tar.xz +wget https://dri.freedesktop.org/libdrm/libdrm-2.4.104.tar.xz tar -xf libdrm-2.4.104.tar.xz cd libdrm-2.4.104 diff --git a/libpng/build b/libpng/build index 83fde33..53ce610 100755 --- a/libpng/build +++ b/libpng/build @@ -1,4 +1,4 @@ -curl -# https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz +wget https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz tar -xf v1.6.37.tar.gz cd libpng-1.6.37 diff --git a/libtool/build b/libtool/build index 182afa8..d887035 100755 --- a/libtool/build +++ b/libtool/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz +wget https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz tar -xf libtool-2.4.6.tar.xz cd libtool-2.4.6 diff --git a/libudev/build b/libudev/build index 49a43cd..6a614d6 100755 --- a/libudev/build +++ b/libudev/build @@ -1,4 +1,4 @@ -curl -# https://ftp.osuosl.org/pub/lfs/lfs-packages/8.2/udev-lfs-20171102.tar.bz2 udev.tar.bz2 +wget https://ftp.osuosl.org/pub/lfs/lfs-packages/8.2/udev-lfs-20171102.tar.bz2 udev.tar.bz2 tar -xf udev.tar.bz2 udev cd udev diff --git a/m4/build b/m4/build index 5647e7b..6c79b96 100755 --- a/m4/build +++ b/m4/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz +wget https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz tar -xf m4-1.4.19.tar.xz cd m4-1.4.19 diff --git a/make/build b/make/build index 2bd1f62..520f721 100755 --- a/make/build +++ b/make/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/make/make-4.3.tar.gz +wget https://ftp.gnu.org/gnu/make/make-4.3.tar.gz tar -xf make-4.3.tar.gz cd make-4.3 diff --git a/mesa/build b/mesa/build index b8e6453..991c91e 100755 --- a/mesa/build +++ b/mesa/build @@ -1,4 +1,4 @@ -curl -# https://archive.mesa3d.org//mesa-21.2.0-rc1.tar.xz +wget https://archive.mesa3d.org//mesa-21.2.0-rc1.tar.xz tar -xf mesa-21.2.0-rc1.tar.xz cd mesa-21.2.0-rc1 diff --git a/mtdev/build b/mtdev/build index a308bba..64dd775 100755 --- a/mtdev/build +++ b/mtdev/build @@ -1,4 +1,4 @@ -curl -# https://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2 +wget https://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2 tar -xf mtdev-1.1.6.tar.bz2 cd mtdev-1.1.6 diff --git a/nano/build b/nano/build index 3b91d36..7a3ffa6 100755 --- a/nano/build +++ b/nano/build @@ -1,4 +1,4 @@ -curl -# https://www.nano-editor.org/dist/v5/nano-5.8.tar.xz +wget https://www.nano-editor.org/dist/v5/nano-5.8.tar.xz tar -xf nano-5.8.tar.xz cd nano-5.8 diff --git a/openssl/build b/openssl/build index 11c176c..58b6a71 100755 --- a/openssl/build +++ b/openssl/build @@ -1,4 +1,4 @@ -curl -# https://www.openssl.org/source/openssl-3.0.0-beta1.tar.gz +wget https://www.openssl.org/source/openssl-3.0.0-beta1.tar.gz tar -xf openssl-3.0.0-beta1.tar.gz cd openssl-3.0.0-beta1 chmod +x ./config diff --git a/perl/build b/perl/build index e06981f..9c4e2b4 100755 --- a/perl/build +++ b/perl/build @@ -1,4 +1,4 @@ -curl -# https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz +wget https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz tar -xf perl-5.34.0.tar.gz cd perl-5.34.0 diff --git a/pkg-config-fd/build b/pkg-config-fd/build index 20f061f..1c734b4 100755 --- a/pkg-config-fd/build +++ b/pkg-config-fd/build @@ -1,4 +1,4 @@ -curl -# https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz +wget https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz tar -xf pkg-config-0.29.2.tar.gz cd pkg-config-0.29.2 diff --git a/pthread/build b/pthread/build index c940de5..59dabbc 100755 --- a/pthread/build +++ b/pthread/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz +wget https://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz tar -xf pth-2.0.7.tar.gz cd pth-2.0.7 diff --git a/python/build b/python/build index ae6d43b..ebd5271 100755 --- a/python/build +++ b/python/build @@ -1,4 +1,4 @@ -curl -# https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz +wget https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz tar -xf Python-3.9.6.tar.xz cd Python-3.9.6 diff --git a/talloc-lib/build b/talloc-lib/build index 6620fd1..a1d3122 100755 --- a/talloc-lib/build +++ b/talloc-lib/build @@ -1,4 +1,4 @@ -curl -# https://www.samba.org/ftp/talloc/talloc-2.3.3.tar.gz +wget https://www.samba.org/ftp/talloc/talloc-2.3.3.tar.gz tar -xf talloc-2.3.3.tar.gz cd talloc-2.3.3 diff --git a/tar/build b/tar/build index dba9041..d2070e5 100755 --- a/tar/build +++ b/tar/build @@ -1,4 +1,4 @@ -curl -# https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz +wget https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz tar -xf tar-1.34 cd tar-1.34 diff --git a/vim/build b/vim/build index ac238a2..dea7678 100755 --- a/vim/build +++ b/vim/build @@ -1,4 +1,4 @@ -curl -# https://anduin.linuxfromscratch.org/BLFS/vim/vim-8.2.2890.tar.gz +wget https://anduin.linuxfromscratch.org/BLFS/vim/vim-8.2.2890.tar.gz tar -xf vim-8.2.2890.tar.gz cd vim-8.2.2890 diff --git a/xz/build b/xz/build index d2d0193..11068e8 100755 --- a/xz/build +++ b/xz/build @@ -1,4 +1,4 @@ -curl -# https://tukaani.org/xz/xz-5.2.5.tar.gz +wget https://tukaani.org/xz/xz-5.2.5.tar.gz tar -xf xz-5.2.5.tar.gz cd xz-5.2.5 diff --git a/zlib/build b/zlib/build index c13c230..60be936 100755 --- a/zlib/build +++ b/zlib/build @@ -1,4 +1,4 @@ -curl -# https://zlib.net/zlib-1.2.11.tar.gz +wget https://zlib.net/zlib-1.2.11.tar.gz tar -xf zlib-1.2.11.tar.gz cd zlib-1.2.11 diff --git a/zsh/build b/zsh/build index 9addb44..2fdc3b8 100755 --- a/zsh/build +++ b/zsh/build @@ -1,4 +1,4 @@ -curl -# https://www.zsh.org/pub/zsh-5.8.tar.xz +wget https://www.zsh.org/pub/zsh-5.8.tar.xz tar -xf zsh-5.8.tar.xz cd zsh-5.8 diff --git a/zstd/build b/zstd/build index e932778..3e82fcf 100755 --- a/zstd/build +++ b/zstd/build @@ -1,4 +1,4 @@ -curl -# https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz +wget https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz tar -xf zstd-1.5.0.tar.gz cd zstd-1.5.0