mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 08:14:02 -05:00
hostapd: Ensure that the destination directory exists
Ensure that the destination binary directory exists before installing into it. Signed-off-by: Mike Crowe <mac@mcrowe.com>
This commit is contained in:
parent
590595edba
commit
9669794dc4
@ -765,6 +765,7 @@ verify_config:
|
||||
fi
|
||||
|
||||
install: all
|
||||
mkdir -p $(DESTDIR)/usr/local/bin
|
||||
for i in $(ALL); do cp -f $$i $(DESTDIR)/usr/local/bin/$$i; done
|
||||
|
||||
../src/drivers/build.hostapd:
|
||||
|
Loading…
Reference in New Issue
Block a user