aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-29 14:36:08 -0400
committerRob Austein <sra@hactrn.net>2016-06-29 14:36:08 -0400
commit3d14fb2bef848ad3945ec896f4704c32185c3cbc (patch)
treee8bed6a597b852a24f050a478d37f8a3c3372876 /Makefile
parentb1e0f384a6c73eb9df5d353bb042823847fa82cc (diff)
Tweak ownerships and permissions in firmware tarball.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}