diff options
author | Rob Austein <sra@hactrn.net> | 2016-07-12 12:27:57 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-07-12 12:27:57 -0400 |
commit | 6bb5cea6d3e8bb59867e7730db433448fbe50de7 (patch) | |
tree | 0cc287033497c22fb860e02e087315a1055e7699 /source/Makefile | |
parent | 9003788fd58f4a720181196c9a366abb67054073 (diff) |
Move executables from $prefix/sbin to $prefix/bin.
Diffstat (limited to 'source/Makefile')
-rw-r--r-- | source/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/Makefile b/source/Makefile index dadb5dd..916d30b 100644 --- a/source/Makefile +++ b/source/Makefile @@ -20,10 +20,10 @@ install: all install -D -m 644 cryptech-alpha-firmware.tar.gz ${DESTDIR}/usr/share/cryptech-alpha-firmware.tar.gz install -D -m 644 sw/pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so ln -s libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so.0 - install -D sw/pkcs11/p11util ${DESTDIR}/usr/sbin/p11util -# install -D sw/pkcs11/libhal/cryptech_rpcd ${DESTDIR}/usr/sbin/cryptech_rpcd - install -D sw/stm32/projects/hsm/cryptech_upload ${DESTDIR}/usr/sbin/cryptech_upload - install -D sw/stm32/projects/hsm/cryptech_probe ${DESTDIR}/usr/sbin/cryptech_probe - install -D sw/stm32/projects/hsm/cryptech_miniterm ${DESTDIR}/usr/sbin/cryptech_miniterm + install -D sw/pkcs11/p11util ${DESTDIR}/usr/bin/p11util +# install -D sw/pkcs11/libhal/cryptech_rpcd ${DESTDIR}/usr/bin/cryptech_rpcd + install -D sw/stm32/projects/hsm/cryptech_upload ${DESTDIR}/usr/bin/cryptech_upload + install -D sw/stm32/projects/hsm/cryptech_probe ${DESTDIR}/usr/bin/cryptech_probe + install -D sw/stm32/projects/hsm/cryptech_miniterm ${DESTDIR}/usr/bin/cryptech_miniterm # Still need scripts to do something useful with the firmware tarball |