mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-10 07:19:57 -06:00
10 lines
103 B
Bash
Executable File
10 lines
103 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
patch -p1 < libpng-1.6.37-apng.patch
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make install
|