2019-05-16 11:05:27 -06:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
|
|
./configure \
|
2019-06-18 10:59:29 -06:00
|
|
|
--prefix=/usr \
|
|
|
|
--sysconfdir=/etc
|
2019-05-16 11:05:27 -06:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR="$1" install
|
2019-06-18 06:30:22 -06:00
|
|
|
|
2019-09-02 07:13:54 -06:00
|
|
|
install -Dm 755 update-certdata.sh "$1/etc/ssl"
|