diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ install: build oh-autoinstall -B src/wpa_supplicant/ -- \ LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \ BINDIR=/usr/sbin + set -e; for f in ../ifupdown/*; do \ + install -d -m 0755 "dest/etc/network/$${f##*/}.d"; \ + install -m 0755 "$${f}" "dest/etc/network/$${f##*/}.d/wpa"; \ + done oh-fixperms oh-strip oh-installfiles |