]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: update docs for build prerequisites
authorGrigorii Sokolik <g.sokol99@g-sokol.info>
Sat, 17 Oct 2020 15:52:17 +0000 (16:52 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 17 Oct 2020 15:53:35 +0000 (16:53 +0100)
* README-prereq: Explicitly pull tags,
and update the xz git repo url.

README-prereq

index fdf89fecdea494300e143454d1522d968b41a971..16684a8b86ff434160c535e31600a3f002235575 100644 (file)
@@ -34,6 +34,7 @@ set correctly by running this command:
   # Please use the latest stable release version as indicated by git tags.
   git clone --depth=1 git://git.sv.gnu.org/autoconf.git
   cd autoconf
+  git pull --tags
   git checkout v2.64
   autoreconf -vi
   ./configure --prefix=$prefix
@@ -55,7 +56,7 @@ requires version 1.10a or newer, as well as the xz program itself.
 
 * xz *
 
-  git clone git://ctrl.tukaani.org/xz.git
+  git clone https://git.tukaani.org/xz.git
   cd xz
   ./autogen.sh
   ./configure --prefix=$prefix