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

./configure \
	--prefix=/usr \
	--enable-static

make
make DESTDIR="$1" install