hostapd: fix to actually install the built version

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-07-12 12:18:11 -04:00
parent bbc83b2f34
commit 564c462181
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -211,8 +211,8 @@ src_install() {
fperms -R 600 /etc/${PN}
if use wpe; then
dosbin ${PN}-wpe
dobin ${PN}-wpe_cli
newsbin ${PN} ${PN}-wpe
newbin ${PN}_cli ${PN}_cli-wpe
dosym ./${PN}-wpe /usr/sbin/${PN}
DESTDIR="${ED}" emake wpe
else