2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/core/zlib/build

10 lines
117 B
Plaintext
Raw Normal View History

2019-05-14 20:05:50 +00:00
#!/bin/sh -e
2019-05-13 14:32:56 +00:00
2019-05-09 06:46:50 +00:00
./configure \
--prefix=/usr \
2019-06-02 07:05:50 +00:00
--libdir=/usr/lib \
2019-05-09 06:46:50 +00:00
--shared
make
make DESTDIR="$1" install