mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 15:20:06 -07:00
wpa_supplicant: simplify build
This commit is contained in:
parent
b8ada3ae2e
commit
5a9eccaae9
@ -1,7 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cd wpa_supplicant
|
||||
mv ../.config .
|
||||
|
||||
make LIBDIR=/usr/lib BINDIR=/usr/bin
|
||||
make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install
|
||||
|
@ -1,2 +1,2 @@
|
||||
https://w1.fi/releases/wpa_supplicant-2.9.tar.gz
|
||||
files/.config
|
||||
files/.config wpa_supplicant/
|
||||
|
Loading…
Reference in New Issue
Block a user