repo/xorg/libICE/build
2021-07-06 14:35:05 +03:00

11 lines
129 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
# Remove XML documentation.
rm -rf "$1/usr/share"