summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 2303230..734a431 100755
--- a/build
+++ b/build
@@ -74,6 +74,8 @@ install: build
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; \
+ install -m 0644 ../src.etc/network/functions \
+ dest/etc/network/; \
while read -r config hook; do \
for dir in if-pre-up.d if-up.d if-down.d \
if-post-down.d; do \