repo/core/zlib/build

10 lines
117 B
Plaintext
Raw Normal View History

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