The new 001_add-main-makefile.full+lite.patch breaks the build here when not running make install as root, e.g. when building a package with make DESTDIR="foo" install:
make[1]: Leaving directory /build/src/nx-libs-3.5.0.16/nx-X11' if test -f bin/Makefile; then make -C bin install; fi make[1]: Entering directory
/build/src/nx-libs-3.5.0.16/bin'
install -d -o root -g root -m 755 /usr/local/lib/x2go/bin/
install: cannot create directory '/usr/local/lib/x2go': Permission denied
make[1]: *** [install] Error 1
This seems to be the cause:
+INSTALL_DIR=install -d -o root -g root -m 755 +INSTALL_FILE=install -o root -g root -m 644 +INSTALL_PROGRAM=install -o root -g root -m 755
-Andy ArchLinux