repo/xorg/pixman/build

9 lines
98 B
Plaintext
Raw Normal View History

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