From 2e5e51288f3f3e9c7bc0186a05ef0088c19a8d40 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sat, 14 Jul 2018 13:07:10 +0100 Subject: [PATCH] Use a normal path for genisoimage in update-cd --- update-cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-cd b/update-cd index ded268b5..7e356058 100755 --- a/update-cd +++ b/update-cd @@ -25,7 +25,7 @@ OFFICIAL=Official # OFFICIAL="Unofficial snapshot" # Path to use with mkisofs/mkhybrid -MKISOFS="$PWD/../genisoimage -jigdo-template-compress bzip2 -r -checksum_algorithm_iso md5,sha1,sha256,sha512" +MKISOFS="genisoimage -jigdo-template-compress bzip2 -r -checksum_algorithm_iso md5,sha1,sha256,sha512" # Use JTE extensions to mkisofs to make jigdo files? JTE=1