This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from 47d2d33 Merge branch 'bugfix/rpath' into 3.6.x-rpm-debug new 97b0af6 Makefile: only try to copy/dereference libNX* files when installing data. new 95e94c2 Merge branch 'bugfix/rpath' into 3.6.x-rpm-debug The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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 97b0af6e671296c4a2ddfdfabf95d1b48e1e7b8c Author: Mihai Moldovan <ionic@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
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 95e94c2be3b01c9a485994166ffe49e544707b69 Merge: 47d2d33 97b0af6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 30 00:40:30 2017 +0100 Merge branch 'bugfix/rpath' into 3.6.x-rpm-debug Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git