2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/xorg/libdrm/build
2019-08-04 01:52:32 +03:00

9 lines
103 B
Bash
Executable File

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