repo/xorg/libXScrnSaver/build
2021-07-06 14:45:37 +03:00

14 lines
211 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-malloc0returnsnull
make
make DESTDIR="$1" install
# Remove library documentation.
# False positive.
# shellcheck disable=2115
rm -rf "$1/usr/share"