aboutsummaryrefslogtreecommitdiff
path: root/extra/p11-kit/build
blob: 2d01af26d378caa2f78cd261c45520268fdcf20c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

./configure \
	--prefix=/usr \
	--sysconfdir=/etc \
	--with-trust-paths=/etc/pki/anchors

make
make DESTDIR="$1" install