2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/xorg/libSM/build
2021-07-06 14:35:55 +03:00

12 lines
153 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--without-libuuid
make
make DESTDIR="$1" install
# Remove XML documentation.
rm -rf "$1/usr/share"