The branch, build-baikal has been updated via 3776a6f417d4844f92b035eec2ca3d06466ec4e8 (commit) from a71cebf0418d1d2c4fbc1012957bf1f1b54742cc (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 263024f..ad5a094 100755 --- a/debian/libnx-x11.postinst +++ b/debian/libnx-x11.postinst @@ -26,7 +26,7 @@ case "$1" in if dpkg-architecture -qDEB_BUILD_MULTIARCH &>/dev/null; then rm -f /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 rm -f /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6 - $libdir=/usr/lib/$(dpkg-architecture -qDEB_BUILD_MULTIARCH) + libdir=/usr/lib/$(dpkg-architecture -qDEB_BUILD_MULTIARCH) if test -e $libdir/libX11.so.6; then ln -s $libdir/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 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)).