2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/libpng/build
2019-08-28 19:35:22 +00:00

10 lines
116 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < libpng-1.6.37-apng.patch
./configure \
--prefix=/usr
make
make DESTDIR="$1" install