repo/extra/wpa_supplicant/build

7 lines
129 B
Plaintext
Raw Normal View History

2019-06-21 08:39:04 +00:00
#!/bin/sh -e
cd wpa_supplicant
make LIBDIR=/usr/lib BINDIR=/usr/bin
make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install