From 9471d722afc39e0ed3e7e2ae6678f4d2f41f1f30 Mon Sep 17 00:00:00 2001 From: Cassiano Aquino Date: Wed, 2 Oct 2019 17:36:25 +0100 Subject: [PATCH] specify full path for packer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e1b311..75ec0d1 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ install: cp /tmp/packer-builder-arm-image/packer-builder-arm-image /usr/bin image: - cd builder && sudo packer build pwnagotchi.json + cd builder && sudo /usr/bin/packer build pwnagotchi.json mv builder/output-pwnagotchi/image pwnagotchi-raspbian-lite-$(PWN_VERSION).img zip pwnagotchi-raspbian-lite-$(PWN_VERSION).zip pwnagotchi-raspbian-lite-$(PWN_VERSION).img