repo/extra/hwdata/build

9 lines
91 B
Plaintext
Raw Normal View History

2022-11-29 10:10:42 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-blacklist
make
make install