From 5c7a85c557e8c2f316006dff2ca1b522cfa5e7d1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 8 Mar 2020 21:07:51 +0100 Subject: [PATCH] makefile: update path for download_iso target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83cc8e2..4522353 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ tests: download_iso test_kvm_bios test_kvm_uefi download_iso: # download the iso image from a build server - rsync -avP buildbot.xinit.se:/var/dlc/iso ./ + rsync -avP buildbot.xinit.se:/var/debian-live-config/debian-live-config/iso ./ test_kvm_bios: # Run the resulting image in KVM/virt-manager (legacy BIOS mode)