repo/wayland/pixman/build
2021-07-08 15:56:15 +03:00

9 lines
98 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-gtk
make
make DESTDIR="$1" install