2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-13 08:10:12 +00:00
repo/xorg/libICE/build

11 lines
129 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.
rm -rf "$1/usr/share"