diff mbox series

[v7,01/12] configure: add alternate binary for genisoimage

Message ID 20200519132259.405-2-robert.foley@linaro.org
State New
Headers show
Series tests/vm: Add support for aarch64 VMs | expand

Commit Message

Robert Foley May 19, 2020, 1:22 p.m. UTC
From: Alex Bennée <alex.bennee@linaro.org>


Not all distros ship genisoimage which is a Debian fork from the
original cdrtools. As the options are pretty much the same support it
as a fallback binary.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Signed-off-by: Robert Foley <robert.foley@linaro.org>

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1
diff mbox series

Patch

diff --git a/configure b/configure
index 26084fc53a..a574250524 100755
--- a/configure
+++ b/configure
@@ -941,7 +941,7 @@  done
 
 # Check for ancillary tools used in testing
 genisoimage=
-for binary in genisoimage
+for binary in genisoimage mkisofs
 do
     if has $binary
     then