Commit 0b9fce27 authored by Mike Gabriel's avatar Mike Gabriel

Makefile.nx-libs: fix faulty path to nxproxy.1 man page

parent 5e856387
......@@ -66,7 +66,7 @@ install-lite:
$(MAKE) -C $$d install; done
$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/man/man1/
$(INSTALL_FILE) nxproxy/nxproxy.1 $(DESTDIR)$(PREFIX)/share/man/man1/
$(INSTALL_FILE) nxproxy/man/nxproxy.1 $(DESTDIR)$(PREFIX)/share/man/man1/
gzip $(DESTDIR)$(PREFIX)/share/man/man1/*.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment