summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-11-08 13:38:18 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-11-08 13:38:18 (EST)
commite2684a49382aa5f94b45b9189a3ca105f503d522 (patch)
tree698330d9a65d81024178e40b454495746a7f2099
parentebbc88d5d44ee87359f4eca3e0d315aa4937b3f5 (diff)
build: Upstream split CONFIG_IFUPDOWN
In upstream commit a8c696bf09.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 8f63f44..8be616a 100755
--- a/build
+++ b/build
@@ -70,7 +70,7 @@ install: build
if config_enabled HTTPD; then \
install -d -m 0755 dest/var/www; \
fi; \
- if config_enabled IFUPDOWN; then \
+ if config_enabled IFUP && config_enabled IFDOWN; then \
install -d -m 0755 dest/etc; \
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}"; \