--- macbuild.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macbuild.sh b/macbuild.sh index 2a54d3b..5f011ec 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -35,6 +35,9 @@ phase "Running make" make -j2 phase "Copying nxproxy" +if [ "$NXPROXY" = "" ]; then + echo "Error: You need to have nxproxy in your \$PATH before building x2goclient" >&2 +fi mkdir -p "$APPBUNDLE/Contents/exe" cp "$NXPROXY" "$APPBUNDLE/Contents/exe" dylibbundler \ -- 1.8.1.3
_______________________________________________ X2Go-Dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/x2go-dev
