2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/extra/hwdata/build

8 lines
99 B
Plaintext
Raw Normal View History

2022-11-29 10:10:42 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-blacklist
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" install