This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit dd79903cdbd1942b73030f81d99705f07ff523b3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jan 28 21:42:15 2015 +0100 nx-libs.spec: fix permission setting on outdated path --- nx-libs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-libs.spec b/nx-libs.spec index c1b59ca..941a2ec 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -632,7 +632,7 @@ mkdir -p %{buildroot}%{_libdir}/x2go/bin ln -sf ../../nx/bin/nxagent %{buildroot}%{_libdir}/x2go/bin/x2goagent # Fix permissions on shared libraries -chmod 755 %{buildroot}%{_libdir}/nx/{,X11/}lib*.so* +chmod 755 %{buildroot}%{_libdir}/lib*.so* #Remove extras, GL, and other unneeded headers rm -r %{buildroot}%{_includedir}/nx/GL -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git