[X2go-Commits] nx-libs.git - master (branch) updated: redist-client/3.5.0.10-10-g278f941
X2go dev team
git-admin at x2go.org
Sun Feb 12 00:37:57 CET 2012
The branch, master has been updated
via 278f94136e49234e0904da9665b571c9a44fb696 (commit)
from 4473c3ab9c4ea4ece35fcc1da1608179404d9fba (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 278f94136e49234e0904da9665b571c9a44fb696
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Feb 12 00:37:51 2012 +0100
fix libXinerama removal
-----------------------------------------------------------------------
Summary of changes:
debian/post-build-nx.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/post-build-nx.sh b/debian/post-build-nx.sh
index 9a6143c..4ca2128 100755
--- a/debian/post-build-nx.sh
+++ b/debian/post-build-nx.sh
@@ -21,9 +21,10 @@ find nx-X11/exports/lib/ | egrep "^.*\.so$" | while read libpath; do
ln -s $libfile ${libdir//exports/.build-exports}/$(basename $symlink)
done
- # do not install libXinerama into default path...
- rm -f ${libdir//exports/.build-exports}/lib/libXinerama*
done
+# do not install libXinerama into default path...
+rm -f nx-X11/.build-exports/lib/libXinerama*
+
exit 0
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
More information about the x2go-commits
mailing list