summaryrefslogtreecommitdiffstats
path: root/collab/xoopsforge/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/xoopsforge/BUILD')
-rwxr-xr-xcollab/xoopsforge/BUILD24
1 files changed, 3 insertions, 21 deletions
diff --git a/collab/xoopsforge/BUILD b/collab/xoopsforge/BUILD
index 992b2c57ab..83c662a938 100755
--- a/collab/xoopsforge/BUILD
+++ b/collab/xoopsforge/BUILD
@@ -1,21 +1,3 @@
-# $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."
-
-)
+cd $SOURCE_DIRECTORY &&
+rm -fr $(find ./ -type d -and -name CVS) &&
+rm -fr $(find ./ -type f -and -name .cvsignore)