2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/hwdata/build
2023-12-04 19:11:39 -06:00

8 lines
99 B
Bash
Executable File

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