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"