2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 21:26:18 +00:00
repo/xorg/xorgproto/build

12 lines
142 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
2019-08-11 17:59:37 +00:00
# Remove docs.
rm -rf "$1/usr/share/doc"