libreSSL/dist.sh
2017-04-12 08:18:20 -05:00

8 lines
104 B
Bash
Executable File

#!/bin/sh
set -e
rm -f man/*.1 man/*.3 include/openssl/*.h
./autogen.sh
./configure
make -j2 distcheck