summaryrefslogtreecommitdiffstats
path: root/collab/xoopsforge/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/xoopsforge/BUILD')
-rwxr-xr-xcollab/xoopsforge/BUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/collab/xoopsforge/BUILD b/collab/xoopsforge/BUILD
new file mode 100755
index 0000000000..992b2c57ab
--- /dev/null
+++ b/collab/xoopsforge/BUILD
@@ -0,0 +1,21 @@
+# $Id: BUILD,v 1.1 2002/07/29 23:53:53 sergeyli Exp $
+(
+
+ [ `pwd` == $SOURCE_DIRECTORY ] &&
+ rm -fr `find ./ -type d -and -name CVS` &&
+ rm -fr `find ./ -type f -and -name .cvsignore` &&
+
+ prepare_install &&
+
+ XOOPS=/usr/share/xoops/html &&
+ cp -r . $XOOPS &&
+ chmod -R 0755 $XOOPS/modules/xfmod/cache/
+
+) > $C_FIFO 2>&1 && (
+
+# ALIAS=`grep '/usr/share/xoops/html/' /etc/httpd/httpd.conf | cut -d ' ' -f 2`
+
+ echo "Please point your browser at <alias for /usr/share/xoops/html>/xf/install.php"
+ echo "You will need to delete install.php afterwards."
+
+)