Commit bd2eb481 authored by Mike Gabriel's avatar Mike Gabriel

Fix faulty symlink path. Make sure that x2goagent symlink does not point to…

Fix faulty symlink path. Make sure that x2goagent symlink does not point to absolute path somewhere within the build environment.
parent 5ff8e62d
...@@ -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 $(DESTDIR)$(NXLIBDIR)/bin/nxagent x2goagent cd $(DESTDIR)$(X2GOLIBDIR)/bin/ && ln -sf $(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
......
nx-libs (2:3.5.0.20-0) UNRELEASED; urgency=low nx-libs (2:3.5.0.20-0) UNRELEASED; urgency=low
* Continue development... * Fix faulty symlink path. Make sure that x2goagent symlink
does not point to absolute path somewhere within the build
environment.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 28 Mar 2013 09:11:43 +0100 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 28 Mar 2013 09:11:43 +0100
......
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