summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
-rw-r--r--changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 1c35496..e3228f6 100755
--- a/build
+++ b/build
@@ -75,7 +75,7 @@ install: build
install -d -m 0755 dest/var/www; \
fi; \
if config_enabled IFUP || config_enabled IFDOWN; then \
- install -d -m 0755 dest/etc; \
+ install -d -m 0755 dest/etc/network; \
install -m 0644 ../src.etc/network/functions \
dest/etc/network/; \
fi; \
diff --git a/changelog b/changelog
index 6d83acf..043324e 100644
--- a/changelog
+++ b/changelog
@@ -9,7 +9,7 @@ busybox (1.32.0-2) trunk
prokit's foreign installation service initialization script to run
before utility links are created.
- -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 10 Dec 2020 06:23:11 -0500
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 10 Dec 2020 23:32:03 -0500
busybox (1.32.0-1) trunk