From c83f31c4d35404fd4bc6e9509064bdbe2292acd7 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Wed, 15 Feb 2023 09:10:40 -0500 Subject: [PATCH] multipath-tools: fixed build error --- helpers/make-multipath-tools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/make-multipath-tools b/helpers/make-multipath-tools index 5e5d2e607..e48a2fb95 100644 --- a/helpers/make-multipath-tools +++ b/helpers/make-multipath-tools @@ -23,10 +23,11 @@ # or fetch such packages from Debian in order to build the required udeb packages. ## -VERSION=1 +VERSION=2 NETINST=true . ./config +sed 's/fail-missing/list-missing/g' -i debian/rules changelog "Rebuild upstream to get udeb dependency for debian-installer." compile -- GitLab