diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-05 19:43:38 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-05 19:43:38 -0400 |
commit | e8f1bf514c1819cb9942d77bb624db4f6703fa8b (patch) | |
tree | d6b19edf237f3e85d4063881a83c849bfd4260d8 /core/Makefile | |
parent | 3f25e1bf5509f584f455e0e3ce369bc51b763f85 (diff) |
Add Debian packaging and startup scripts to load Novena FPGA automatically.
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index 9dadbcd..f8c8c5b 100644 --- a/core/Makefile +++ b/core/Makefile @@ -46,4 +46,4 @@ clean: cd ${BUILD_DIR}; $(MAKE) clean install: - install -D ${BUILD_DIR}/novena_eim.bit ${DESTDIR}/usr/share/cryptech/novena_eim.bit + install -D -m 644 ${BUILD_DIR}/novena_eim.bit ${DESTDIR}/usr/share/cryptech/novena_eim.bit |