From 46a2a7b6ad016eca803e651ca8ef80700647731a Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 17 Dec 2023 13:26:56 +0100 Subject: [PATCH] new: [host] update ``btrfs-tools`` compilation dependencies --- precise/host/hooks/install.d/40-btrfs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/precise/host/hooks/install.d/40-btrfs.sh b/precise/host/hooks/install.d/40-btrfs.sh index a33e5a2..2af010f 100755 --- a/precise/host/hooks/install.d/40-btrfs.sh +++ b/precise/host/hooks/install.d/40-btrfs.sh @@ -49,10 +49,10 @@ if [ "$UPDATE_BTRFS_TOOLS" ]; then cd /root/dev/c && git clone git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git && cd btrfs-progs && - apt-get install -y asciidoc xmlto --no-install-recommends