Commit d569145e authored by Mike Gabriel's avatar Mike Gabriel

Makefile.nx-libs: Run make install for nxproxy first, then create the wrapper script.

parent a7cc4ede
...@@ -60,10 +60,12 @@ install: ...@@ -60,10 +60,12 @@ install:
install-lite: install-lite:
$(INSTALL_DIR) $(DESTDIR)$(BINDIR) $(INSTALL_DIR) $(DESTDIR)$(BINDIR)
for f in nxproxy; do \
$(INSTALL_PROGRAM) bin/$$f $(DESTDIR)$(BINDIR); done
for d in nxcomp nxproxy; do \ for d in nxcomp nxproxy; do \
$(MAKE) -C $$d install; done $(MAKE) -C $$d install; done
mkdir -p $(DESTDIR)$(NXLIBDIR)/bin/
mv $(DESTDIR)$(BINDIR)/nxproxy $(DESTDIR)$(NXLIBDIR)/bin/
for f in nxproxy; do \
$(INSTALL_PROGRAM) bin/$$f $(DESTDIR)$(BINDIR); done
$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/man/man1/ $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/man/man1/
$(INSTALL_FILE) nxproxy/man/nxproxy.1 $(DESTDIR)$(PREFIX)/share/man/man1/ $(INSTALL_FILE) nxproxy/man/nxproxy.1 $(DESTDIR)$(PREFIX)/share/man/man1/
......
...@@ -25,6 +25,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium ...@@ -25,6 +25,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
* Makefile.nx-libs: Don't allow symlinks to point into buildroot. * Makefile.nx-libs: Don't allow symlinks to point into buildroot.
* Makefile.nx-libs: Install man pages via main Makefile. * Makefile.nx-libs: Install man pages via main Makefile.
* Add Description: and Author: fields to various patch headers. * Add Description: and Author: fields to various patch headers.
* Makefile.nx-libs: Run make install for nxproxy first, then create the
wrapper script.
* NX code reduction efforts (from 93Mb to 41Mb): * NX code reduction efforts (from 93Mb to 41Mb):
- Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in - Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in
......
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