diff options
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 |