summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-09-23 21:22:48 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-23 21:22:48 (EDT)
commit24ab451261787407f2cb0890cfa3e90b831b9421 (patch)
treea09a6f43a8131066a4dcd53dcd269aa1d8b84703
parentcf19c3d1b57ccc359871d10bd5680b9090b98144 (diff)
build: Install /etc/network/functions
-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 \