2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
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