diff options
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 |