2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/xorg/libSM/build
2020-02-08 00:44:32 +02:00

9 lines
102 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--without-libuuid
make
make DESTDIR="$1" install