repo/xorg/xorgproto/build

9 lines
100 B
Plaintext
Raw Normal View History

2019-06-27 06:17:35 +00:00
#!/bin/sh -e
./configure \
2019-06-27 06:24:50 +00:00
--prefix=/usr \
--enable-legacy
2019-06-27 06:17:35 +00:00
make
make DESTDIR="$1" install