2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-15 03:00:10 -07:00
repo/wayland/pixman/build

9 lines
98 B
Plaintext
Raw Normal View History

2019-06-26 23:53:09 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-gtk
make
make DESTDIR="$1" install