dependencies: pureos: replace libtool by libtool-bin
Without that fix, 'sudo resources/dependencies/pureos-10' results in the following issue: Finished [=========================] Command failed: Expected package name, actually got file. Try using 'pkcon install-local libtool' instead. And with this patch the command above works fine: Finished [=========================] Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
f3fc63e313
commit
c7fb95844f
|
@ -85,7 +85,7 @@ pkcon -y --allow-reinstall install libncurses5-dev doxygen acpica-tools gdb flex
|
||||||
# GRUB build dependencies (also requires build-essential, bison and flex)
|
# GRUB build dependencies (also requires build-essential, bison and flex)
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
||||||
pkcon -y --allow-reinstall install fonts-unifont libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev libfont-freetype-perl automake autotools-dev build-essential bison flex libfuse-dev liblzma-dev gawk libdevmapper-dev libtool libfreetype6-dev
|
pkcon -y --allow-reinstall install fonts-unifont libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev libfont-freetype-perl automake autotools-dev build-essential bison flex libfuse-dev liblzma-dev gawk libdevmapper-dev libtool-bin libfreetype6-dev
|
||||||
|
|
||||||
# BucTS build dependencies (external script)
|
# BucTS build dependencies (external script)
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue