From 3d14fb2bef848ad3945ec896f4704c32185c3cbc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 29 Jun 2016 14:36:08 -0400 Subject: Tweak ownerships and permissions in firmware tarball. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4ae170..98378ce 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ shadow: ./build-shadow-tree.py ${FIRMWARE_TARBALL}: ${BITSTREAM} $(sort ${ELVES} ${ELVES:.elf=.bin}) ${TAMPER} - ./build-firmware-package.py $@ $^ + fakeroot ./build-firmware-package.py $@ $^ bitstream: ${BITSTREAM} -- cgit v1.2.3