aboutsummaryrefslogtreecommitdiff
path: root/testing/gnupg2/build
blob: 64c03174ff9c65b0b839f64e76d20e7fd384c81d (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

./configure --prefix=/usr

make

make DESTDIR="$1" install