repo/xorg/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