dependencies: pureos-trisquel: Add texinfo for the website.
Without that fix we have the following issue when building a release:
ROM image release archives available at release/roms/
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for awk... awk
[...]
checking for makeinfo... no
This issue was introduced by the commit
08b9e449e9
("Add a minimal GNU Boot
manual.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Tested-by: Adrien 'neox' Bourmault <neox@gnu.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
c1e778c83a
commit
5a3b587f37
|
@ -132,7 +132,8 @@ install_packages gawk git grep lzip make sed tar xz-utils # u-boot-libre
|
||||||
install_packages \
|
install_packages \
|
||||||
graphicsmagick \
|
graphicsmagick \
|
||||||
graphviz \
|
graphviz \
|
||||||
pandoc
|
pandoc \
|
||||||
|
texinfo
|
||||||
|
|
||||||
if [ -n "${to_install}" ] ; then
|
if [ -n "${to_install}" ] ; then
|
||||||
apt install -y ${to_install}
|
apt install -y ${to_install}
|
||||||
|
|
Loading…
Reference in New Issue