From e07e43dbed620891bad7df37e4c0c36e377e092d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 23 Mar 2015 20:01:27 +0100 Subject: [PATCH] Update makefile to handle ISO filename generated by new anaconda --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3feb1cf..d1e244f 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ iso-installer: iso-prepare pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(PWD)/conf/qubes-kickstart.cfg && popd # Move result files to known-named directories mkdir -p build/ISO/qubes-x86_64/iso build/work - mv work/$(ISO_VERSION)/x86_64/iso/*-DVD.iso build/ISO/qubes-x86_64/iso/ + mv work/$(ISO_VERSION)/x86_64/iso/*-DVD*.iso build/ISO/qubes-x86_64/iso/ rm -rf build/work/$(ISO_VERSION) mv work/$(ISO_VERSION)/x86_64/os build/work/$(ISO_VERSION) chown --reference=Makefile -R build yum