diff mbox series

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

Message ID 20200527145455.2550-2-alex.bennee@linaro.org
State New
Headers show
Series testing and plugin fixes | expand

Commit Message

Alex Bennée May 27, 2020, 2:54 p.m. UTC
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>

Message-Id: <20200519132259.405-2-robert.foley@linaro.org>

-- 
2.20.1
diff mbox series

Patch

diff --git a/configure b/configure
index b969dee675b..af2ba83f0e2 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