2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-16 03:30:23 -07:00
repo/core/openssl/build

10 lines
112 B
Plaintext
Raw Normal View History

2021-07-07 14:24:26 -06:00
#!/bin/sh -e
make depend
2021-07-15 06:02:11 -06:00
make
make DESTDIR="$1" \
install_sw \
install_ssldirs \
install_man_docs