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

14 lines
207 B
Plaintext
Raw Normal View History

2019-07-25 06:48:55 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-malloc0returnsnull
make
make DESTDIR="$1" install
2021-07-06 11:42:22 +00:00
# Remove XML documentation.
# False positive.
# shellcheck disable=2115
rm -rf "$1/usr/share"