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

13 lines
177 B
Plaintext
Raw Normal View History

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