We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3769f32 commit 5a4f13aCopy full SHA for 5a4f13a
Makefile
@@ -6,8 +6,8 @@ build:
6
go build --buildmode=c-shared -o bin/
7
8
install:
9
- cp bin/pkcs11-kmip /usr/lib/pkcs11/pkcs11-kmip.so
10
mkdir -p /usr/lib/pkcs11/
+ cp bin/pkcs11-kmip /usr/lib/pkcs11/pkcs11-kmip.so
11
chmod +x /usr/lib/pkcs11/pkcs11-kmip.so
12
13
clean:
0 commit comments