mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
hostapd: fix to actually install the built version
This commit is contained in:
parent
bbc83b2f34
commit
564c462181
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue