repo/extra/hwdata/build

8 lines
99 B
Bash
Executable File

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