repo/core/zlib/build
2020-09-27 20:55:31 +03:00

10 lines
146 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix="$KISS_PREFIX" \
--libdir="$KISS_PREFIX/$KISS_LIBDIR" \
--shared
make
make DESTDIR="$1" install