diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-15 20:46:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-15 20:46:22 +0300 |
commit | 27f985fa06a09fd671b1970c2b6bdc5e1d285073 (patch) | |
tree | 0f6f0f6cc0b42619be8ad8bdb9d3cc0cc7a94092 /extra/p11-kit/build | |
parent | 2ca39beaac4d9c689638471d57e9824f9f016c1f (diff) | |
download | repository-27f985fa06a09fd671b1970c2b6bdc5e1d285073.tar.gz |
p11-kit: add package to extra
Diffstat (limited to 'extra/p11-kit/build')
-rwxr-xr-x | extra/p11-kit/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/p11-kit/build b/extra/p11-kit/build new file mode 100755 index 00000000..2d01af26 --- /dev/null +++ b/extra/p11-kit/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --with-trust-paths=/etc/pki/anchors + +make +make DESTDIR="$1" install |