[X2Go-Dev] [PATCH 2/3] macbuild.sh: warn about missing nxproxy

Clemens Lang neverpanic at gmail.com
Tue Mar 5 01:35:49 CET 2013


---
 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





More information about the x2go-dev mailing list