Skip to content

Commit 5a4f13a

Browse files
committed
Move command
1 parent 3769f32 commit 5a4f13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build:
66
go build --buildmode=c-shared -o bin/
77

88
install:
9-
cp bin/pkcs11-kmip /usr/lib/pkcs11/pkcs11-kmip.so
109
mkdir -p /usr/lib/pkcs11/
10+
cp bin/pkcs11-kmip /usr/lib/pkcs11/pkcs11-kmip.so
1111
chmod +x /usr/lib/pkcs11/pkcs11-kmip.so
1212

1313
clean:

0 commit comments

Comments
 (0)