summaryrefslogtreecommitdiffstats
path: root/collab/dotproject/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/dotproject/BUILD')
-rwxr-xr-xcollab/dotproject/BUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/collab/dotproject/BUILD b/collab/dotproject/BUILD
new file mode 100755
index 0000000000..e27930fbd0
--- /dev/null
+++ b/collab/dotproject/BUILD
@@ -0,0 +1,13 @@
+(
+ prepare_install &&
+ mkdir -p /usr/share/$SPELL &&
+ cp -r . /usr/share/$SPELL/ &&
+ if ! [ -f /usr/share/$SPELL/includes/config.php ]; then
+ cp includes/config-dist.php /usr/share/$SPELL/includes/config.php
+ fi
+
+) >$C_FIFO 2>&1 && (
+
+ echo "Please point your apache at /usr/share/$SPELL/"
+
+)