summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-14 12:28:42 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-14 12:28:42 (EDT)
commit794a9d2d62de057550983d5e5f578e30b4806af5 (patch)
treeaa1201f610c69d6fbc2e9ba373883768994642b3
parentc6e174dddf79c1cb72ad7b3d8e3313ab3725630d (diff)
build: Really make /etc/network/*.d/.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 41b1fb2..4318fd9 100755
--- a/build
+++ b/build
@@ -69,7 +69,7 @@ install: build
fi; \
if config_enabled IFUPDOWN; then \
install -d -m 0755 dest/etc; \
- for d in '' if-pre-up.d if-up.d if-down.d if-post-down.d; do \
+ for dir in '' if-pre-up.d if-up.d if-down.d if-post-down.d; do \
install -d -m 0755 "dest/etc/network/$${dir}"; \
done; \
fi; \