From 7458a1ad847ac3baefa66645a63a06ce9c2a68a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Sat, 6 Apr 2019 00:04:49 +0200 Subject: [PATCH] Create ISO with new name format instead of legacy one --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bd91c3..7338f42 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ iso-installer: iso-prepare pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(INSTALLER_KICKSTART) && popd # Move result files to known-named directories mkdir -p build/ISO/qubes-x86_64/iso - 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/Qubes-$(ISO_VERSION)-x86_64.iso echo $(ISO_VERSION) > build/ISO/qubes-x86_64/iso/build_latest rm -rf build/work mv work build/work