aboutsummaryrefslogtreecommitdiff
path: root/extra/p11-kit/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-06-05 19:43:34 +0300
committerCem Keylan <cem@ckyln.com>2021-06-05 19:43:34 +0300
commitc8cec491edd946692e3649da764fea45c2ef6c6d (patch)
tree85e896d90de038a7e6ce701aca879025ebf34024 /extra/p11-kit/build
parenta7093c221dfdf6969b77c41d6cb938c514337678 (diff)
downloadrepository-c8cec491edd946692e3649da764fea45c2ef6c6d.tar.gz
p11-kit: bump to 0.24.0
Diffstat (limited to 'extra/p11-kit/build')
-rwxr-xr-xextra/p11-kit/build6
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