[X2Go-Commits] [nx-libs] 08/12: Makefile: only try to copy/dereference libNX* files when installing data.

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 b91b13b37462e19b0d3eedd0568d5f32393e4d97
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Dec 30 00:40:06 2017 +0100

    Makefile: only try to copy/dereference libNX* files when installing data.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8f9eb84..57aabfc 100644
--- a/Makefile
+++ b/Makefile
@@ -201,7 +201,7 @@ install-full:
 	cp -aL nx-X11/exports/include/* nx-X11/.build-exports/include
 
 	# copy libs (for libnx-x11), we want the targets of the links
-	. replace.sh; set -x; find nx-X11/exports/lib/ | grep -F ".so" | while read libpath; do \
+	. replace.sh; set -x; find nx-X11/exports/lib/ -name "libNX*.so" | while read libpath; do \
 	    libfile=$$(basename $$libpath); \
 	    libdir=$$(dirname $$libpath); \
 	    link=$$(readlink $$libpath); \

--
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