repo/extra/hwdata/build
2023-03-05 17:34:06 -06:00

9 lines
104 B
Bash
Executable File

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