aboutsummaryrefslogtreecommitdiff
path: root/xorg/xorgproto/build
blob: 20f084fe0c97481ccffff5fdfd4b04be9ab27371 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --enable-legacy

make
make DESTDIR="$1" install