diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-13 00:49:01 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-13 00:49:01 +0100 |
commit | 979e2d864fb942db992e05dee6b86ca2c3569b8c (patch) | |
tree | 5c6b2a7144ca24943dc534608a809682e555724d /extra/hwdata/build | |
parent | 7cbf54616a610761d2b7906781641997dc2899cc (diff) | |
download | repository-979e2d864fb942db992e05dee6b86ca2c3569b8c.tar.gz |
hwdata: add new package at 0.365
Diffstat (limited to 'extra/hwdata/build')
-rwxr-xr-x | extra/hwdata/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/hwdata/build b/extra/hwdata/build new file mode 100755 index 00000000..f525957d --- /dev/null +++ b/extra/hwdata/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-blacklist + +make +make DESTDIR="$1" install |