diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | changelog | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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; \ @@ -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 |