From bf64e801ec8b4144e7aea66e8f64fea248998760 Mon Sep 17 00:00:00 2001 From: HW42 Date: Thu, 22 Sep 2016 05:38:49 +0200 Subject: [PATCH] live: fix kickstart file path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bffeaf9..b98f01e 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ iso-installer: iso-prepare iso-liveusb: $(LIVE_KICKSTART) iso-prepare mkdir -p work - pushd work && ../livecd-creator-qubes --debug --product='Qubes OS' --title="Qubes OS $(ISO_VERSION)" --fslabel="Qubes-$(ISO_VERSION)-x86_64-LIVE" --config ../$< && popd + pushd work && ../livecd-creator-qubes --debug --product='Qubes OS' --title="Qubes OS $(ISO_VERSION)" --fslabel="Qubes-$(ISO_VERSION)-x86_64-LIVE" --config $(LIVE_KICKSTART) && popd # Move result files to known-named directories mkdir -p build/ISO/qubes-x86_64/iso build/work mv work/*.iso build/ISO/qubes-x86_64/iso/