summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-02-22 15:57:50 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-02-22 15:57:50 +0100
commitee0a284de9e57409fb5f8da8a33d5691bf0f0955 (patch)
tree23c17cdaf66c60c5afc9ec4d45a3213cb28d9c65 /Makefile
parent10a01a13d3e849e576dadd5ca39be67c632f9f3a (diff)
downloadnetctl-ee0a284de9e57409fb5f8da8a33d5691bf0f0955.tar.gz
netctl-ee0a284de9e57409fb5f8da8a33d5691bf0f0955.tar.xz
Remove a mostly obsolete directory
As noted in FS#27496 we do not seem to use /etc/network.d/hooks. The contrib scripts mostly function on their own and are not really hooks at all. Nevertheless, this commit doesn't touch them. It also doesn't remove the line in the manpage that refers to them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 924fa62..e736d94 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ VPATH = doc
install:
# Configuration files
- install -d $(DESTDIR)/etc/network.d/{examples,hooks,interfaces}
+ install -d $(DESTDIR)/etc/network.d/{examples,interfaces}
install -D -m644 config/netcfg $(DESTDIR)/etc/conf.d/netcfg
install -m644 config/iftab $(DESTDIR)/etc/iftab
install -m644 docs/examples/* $(DESTDIR)/etc/network.d/examples/