2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-24 14:56:19 +00:00
repo/xorg/libXext/build

13 lines
177 B
Plaintext
Raw Normal View History

2019-06-27 17:15:55 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
2021-07-06 11:47:14 +00:00
# Remove library documentation.
# False positive.
# shellcheck disable=2115
rm -rf "$1/usr/share"