diff --git a/Makefile b/Makefile index 6c3edf74..902d4e5a 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,11 @@ assets/selinux/policy.29: assets/modules.tar.gz: mkdir -p $(dir $@) +ifeq "$(ARCH)" "amd64" curl -L "$(VBOX_MODULES_URL)" > $@ +else + touch $@ +endif ifdef COMPILED_KERNEL_URL