summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2008-12-18 12:10:02 +0100
committerJames Rayner <james@archlinux.org>2008-12-18 12:10:02 +0100
commit2b69839ddc9b0595091035b1f4c84041c8ec4031 (patch)
treee21af5de617f0761e47d1e3a6fcea9fb2daaaab6 /Makefile
parent4278b9e04952c24b14ce5eb3b5ed25885129a859 (diff)
downloadnetctl-2b69839ddc9b0595091035b1f4c84041c8ec4031.tar.gz
netctl-2b69839ddc9b0595091035b1f4c84041c8ec4031.tar.xz
fix man page location
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6e89601..aa91108 100644
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,11 @@ install:
install -d $(DESTDIR)/usr/lib/network/connections $(DESTDIR)/etc/network.d/examples \
$(DESTDIR)/var/run/network/{interfaces,profiles} \
$(DESTDIR)/usr/bin/ $(DESTDIR)/etc/rc.d/ \
- $(DESTDIR)/usr/man/{man5,man8}
+ $(DESTDIR)/usr/share/man/{man5,man8}
# Documentation
install -m644 examples/*example $(DESTDIR)/etc/network.d/examples/
install -m644 src/iftab $(DESTDIR)/etc/iftab
- install -m644 man/*.8 $(DESTDIR)/usr/man/man8
+ install -m644 man/*.8 $(DESTDIR)/usr/share/man/man8
# Libs
install -m644 src/{network,wireless,8021x} $(DESTDIR)/usr/lib/network
install -m755 src/connections/* ${DESTDIR}/usr/lib/network/connections