repo/xorg/libSM/build
2019-08-11 18:32:07 +00:00

11 lines
120 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
# Remove docs.
rm -rf "$1/usr/share/doc"