2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-25 07:16:18 +00:00
repo/xorg/libXScrnSaver/build
2021-07-06 14:42:22 +03:00

14 lines
207 B
Bash
Executable File

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