2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/repo/zlib/build
2019-05-09 09:46:50 +03:00

8 lines
105 B
Plaintext
Executable File

./configure \
--prefix=/usr \
--libdir=/lib \
--shared
make
make DESTDIR="$pkg_dir" install