mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-24 16:30:04 -07:00
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
patch -p1 < libressl.patch
|
||
|
|
||
|
cd wpa_supplicant
|
||
|
cp ../.config .
|
||
|
|
||
|
make LIBDIR=/usr/lib BINDIR=/usr/bin
|
||
|
make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install
|