The branch, build-baikal has been updated via 055436f481b323da2e354eddb76b3099cd96e6ff (commit) from 3776a6f417d4844f92b035eec2ca3d06466ec4e8 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/libnx-x11.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/libnx-x11.postinst b/debian/libnx-x11.postinst index ad5a094..ed56bd7 100755 --- a/debian/libnx-x11.postinst +++ b/debian/libnx-x11.postinst @@ -30,7 +30,7 @@ case "$1" in if test -e $libdir/libX11.so.6; then ln -s $libdir/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 fi - if test -e $libdir/libNX_Xext.so.6; then + if test -e $libdir/libXext.so.6; then ln -s $libdir/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6 fi fi 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)).