summaryrefslogtreecommitdiffstats
path: root/collab/pmi/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/pmi/BUILD')
-rwxr-xr-xcollab/pmi/BUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/collab/pmi/BUILD b/collab/pmi/BUILD
new file mode 100755
index 0000000000..21b6e44223
--- /dev/null
+++ b/collab/pmi/BUILD
@@ -0,0 +1,15 @@
+# $Id: BUILD,v 1.1 2002/07/30 03:12:14 sergeyli Exp $
+(
+ cp ./pmi.conf ./pmi.conf.default &&
+
+ prepare_install &&
+
+ mkdir -p /usr/share/$SPELL &&
+ cp -r . /usr/share/$SPELL/
+
+) > $C_FIFO 2>&1 && (
+
+ echo "Please point your apache at /usr/share/$SPELL/htdocs"
+ echo "Edit or update /usr/share/$SPELL/pmi.conf"
+
+)