diff options
author | James Rayner <james@archlinux.org> | 2008-12-18 12:10:02 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2008-12-18 12:10:02 +0100 |
commit | 2b69839ddc9b0595091035b1f4c84041c8ec4031 (patch) | |
tree | e21af5de617f0761e47d1e3a6fcea9fb2daaaab6 /Makefile | |
parent | 4278b9e04952c24b14ce5eb3b5ed25885129a859 (diff) | |
download | netctl-2b69839ddc9b0595091035b1f4c84041c8ec4031.tar.gz netctl-2b69839ddc9b0595091035b1f4c84041c8ec4031.tar.xz |
fix man page location
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |