[X2Go-Commits] [nx-libs] 06/12: Makefile: install relinked program binary instead of the "temporary" one.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 3 03:25:55 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.

commit 3d17c665b23ad1bdefade873bec7273efb53aa99
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Dec 29 22:35:58 2017 +0100

    Makefile: install relinked program binary instead of the "temporary" one.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ec3ec86..8f9eb84 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ install-full:
 	$(MAKE) -C nxcompshad install
 
 	$(INSTALL_DIR) $(DESTDIR)$(BINDIR)/bin
-	$(INSTALL_PROGRAM) nx-X11/programs/Xserver/nxagent $(DESTDIR)$(BINDIR)
+	$(INSTALL_PROGRAM) nx-X11/programs/Xserver/nxagent-relink $(DESTDIR)$(BINDIR)/nxagent
 
 	$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/pixmaps
 	$(INSTALL_FILE) nx-X11/programs/Xserver/hw/nxagent/nxagent.xpm $(DESTDIR)$(PREFIX)/share/pixmaps

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list