2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 13:16:19 +00:00
repo/xorg/libXi/build

12 lines
154 B
Plaintext
Raw Normal View History

2019-07-25 06:26:15 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-malloc0returnsnull
make
make DESTDIR="$1" install
2019-08-11 18:10:06 +00:00
# Remove docs.
rm -rf "$1/usr/share/doc"