@@ -1,6 +1,6 @@
#!/bin/bash
-fw_depends nginx mono xsp
+fw_depends nginx mono
sed -i 's|localhost|'"$DBHOST"'|g' src/Web.config
-fw_depends nginx xsp mono
sed -i 's|localhost|'"${DBHOST}"'|g' src/Web.config
sed -i 's|include /usr/local/nginx/conf/fastcgi_params;|include '"${NGINX_HOME}"'/conf/fastcgi_params;|g' nginx.conf
sed -i 's|/usr/local/nginx/|'"${IROOT}"'/nginx/|g' nginx.conf
# extra cleaning
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-fw_depends mono
-RETCODE=$(fw_exists ${IROOT}/xsp.installed)
-[ ! "$RETCODE" == 0 ] || { \
- source $IROOT/xsp.installed
- return 0; }
-# get
-git clone git://github.com/mono/xsp
-cd xsp
-git checkout e272a2c006211b6b03be2ef5bbb9e3f8fefd0768
-# build
-./autogen.sh --prefix=$MONO_HOME --disable-docs
-make
-sudo make install
-# cleanup
-cd ..
-rm -rf xsp
-echo "" > $IROOT/xsp.installed