aboutsummaryrefslogtreecommitdiff
path: root/extra/p11-kit/build
diff options
context:
space:
mode:
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