2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

zlib: revert

This commit is contained in:
Dylan Araps 2020-09-28 07:32:26 +03:00
parent f8172d3d69
commit 8c145674bc
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,8 +1,8 @@
#!/bin/sh -e
./configure \
--prefix="$KISS_PREFIX" \
--libdir="$KISS_PREFIX/$KISS_LIBDIR" \
--prefix=/usr \
--libdir=/usr/lib \
--shared
make