logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 8210cc9e24b5495957a074f59a353ca68a1de0a0
parent 3528d7ef1f0d2c00835fe9e292bc563b9e4e8395
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sat, 29 May 2021 14:44:39 +0100

Add a missing comment.

Diffstat:

Msysa.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sysa.py b/sysa.py @@ -495,5 +495,6 @@ class SysA: self.get_file(["https://mirrors.kernel.org/gnu/gettext/gettext-0.21.tar.xz", "https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-7daa86f.tar.gz"]) + # texinfo 6.7 self.get_file(["https://mirrors.kernel.org/gnu/texinfo/texinfo-6.7.tar.xz", "https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-b81ec69.tar.gz"])