Commit f81df1a6 authored by Mike Gabriel's avatar Mike Gabriel

Main Makefile: Use absolute symlink when linking from $(X2GOLIBDIR) into…

Main Makefile: Use absolute symlink when linking from $(X2GOLIBDIR) into $(NXLIBDIR) (i.e. linking x2goagent -> nxagent). (Fixes: #143).
parent 8f151d79
...@@ -66,7 +66,7 @@ install-full: ...@@ -66,7 +66,7 @@ install-full:
$(MAKE) -C $$d install; done $(MAKE) -C $$d install; done
$(INSTALL_DIR) $(DESTDIR)$(X2GOLIBDIR)/bin/ $(INSTALL_DIR) $(DESTDIR)$(X2GOLIBDIR)/bin/
cd $(DESTDIR)$(X2GOLIBDIR)/bin/ && ln -sf ../../nx/bin/nxagent x2goagent cd $(DESTDIR)$(X2GOLIBDIR)/bin/ && ln -sf $(DESTDIR)$(NXLIBDIR)/bin/nxagent x2goagent
$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/pixmaps $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/pixmaps
$(INSTALL_FILE) nx-X11/programs/Xserver/hw/nxagent/x2go.xpm $(DESTDIR)$(PREFIX)/share/pixmaps $(INSTALL_FILE) nx-X11/programs/Xserver/hw/nxagent/x2go.xpm $(DESTDIR)$(PREFIX)/share/pixmaps
......
...@@ -6,6 +6,8 @@ nx-libs (2:3.5.0.18-0) UNRELEASED; urgency=low ...@@ -6,6 +6,8 @@ nx-libs (2:3.5.0.18-0) UNRELEASED; urgency=low
* Work-in patch from Jan Engehardt for working around different * Work-in patch from Jan Engehardt for working around different
improper bash implementations of string-in-string replacing. (Fixes: improper bash implementations of string-in-string replacing. (Fixes:
#145). #145).
* Main Makefile: Use absolute symlink when linking from $(X2GOLIBDIR)
into $(NXLIBDIR) (i.e. linking x2goagent -> nxagent). (Fixes: #143).
[ Orion Poplawski ] [ Orion Poplawski ]
* Fix wrong symlink direction of libNX_* files. (Fixes: #107). * Fix wrong symlink direction of libNX_* files. (Fixes: #107).
......
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