@@ -2,8 +2,6 @@
export MONO_ROOT=${IROOT}/mono-3.6.0-install
-export PATH="$MONO_ROOT/bin:$PATH"
-
# Needed to find Mono's shared libraries
export LD_LIBRARY_PATH="$MONO_ROOT/lib"
@@ -1,11 +1,11 @@
#!/bin/bash
-sed -i 's|localhost|'"$DBHOST"'|g' aspnet/src/Web.config
+sed -i 's|localhost|'"$DBHOST"'|g' src/Web.config
# build
rm -rf bin obj
cd src
-xbuild /p:Configuration=Release
+$MONO_ROOT/bin/xbuild /p:Configuration=Release
# nginx
conf="upstream mono {\n"