diff options
author | Cem Keylan <cem@ckyln.com> | 2021-06-05 19:43:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-06-05 19:43:34 +0300 |
commit | c8cec491edd946692e3649da764fea45c2ef6c6d (patch) | |
tree | 85e896d90de038a7e6ce701aca879025ebf34024 /extra/p11-kit/build | |
parent | a7093c221dfdf6969b77c41d6cb938c514337678 (diff) | |
download | repository-c8cec491edd946692e3649da764fea45c2ef6c6d.tar.gz |
p11-kit: bump to 0.24.0
Diffstat (limited to 'extra/p11-kit/build')
-rwxr-xr-x | extra/p11-kit/build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/p11-kit/build b/extra/p11-kit/build index 2d01af26..c0f46a70 100755 --- a/extra/p11-kit/build +++ b/extra/p11-kit/build @@ -1,9 +1,9 @@ #!/bin/sh -e ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --with-trust-paths=/etc/pki/anchors + --prefix=/usr \ + --sysconfdir=/etc \ + --with-trust-paths=/etc/pki/anchors make make DESTDIR="$1" install |