repo/xorg/libXcomposite/build

13 lines
177 B
Plaintext
Raw Normal View History

2019-07-25 00:29:52 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
2021-07-06 05:46:24 -06:00
# Remove library documentation.
# False positive.
# shellcheck disable=2115
rm -rf "$1/usr/share"