summaryrefslogtreecommitdiffstats
path: root/collab/postnuke/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/postnuke/BUILD')
-rwxr-xr-xcollab/postnuke/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/collab/postnuke/BUILD b/collab/postnuke/BUILD
new file mode 100755
index 0000000000..c2820f1272
--- /dev/null
+++ b/collab/postnuke/BUILD
@@ -0,0 +1,10 @@
+(
+ cp ./html/config.php ./html/config.php.default &&
+ prepare_install &&
+ mkdir -p /usr/share/$SPELL &&
+ cp -r . /usr/share/$SPELL/ &&
+ chmod 0666 /usr/share/$SPELL/html/config*.php &&
+
+ echo "Please point your apache at /usr/share/$SPELL/html and request install.php"
+
+) > $C_FIFO 2>&1