repo/xorg/libXi/build
2019-08-11 18:10:06 +00:00

12 lines
154 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-malloc0returnsnull
make
make DESTDIR="$1" install
# Remove docs.
rm -rf "$1/usr/share/doc"