2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-26 07:46:18 +00:00
repo/xorg/libICE/build

13 lines
173 B
Plaintext
Raw Normal View History

2019-08-03 06:28:58 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
2021-07-06 11:35:05 +00:00
# Remove XML documentation.
2021-07-06 11:40:07 +00:00
# False positive.
# shellcheck disable=2115
2021-07-06 11:35:05 +00:00
rm -rf "$1/usr/share"