summaryrefslogtreecommitdiffstats
path: root/collab/bugzilla/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'collab/bugzilla/INSTALL')
-rwxr-xr-xcollab/bugzilla/INSTALL19
1 files changed, 19 insertions, 0 deletions
diff --git a/collab/bugzilla/INSTALL b/collab/bugzilla/INSTALL
new file mode 100755
index 0000000000..00ce35ec96
--- /dev/null
+++ b/collab/bugzilla/INSTALL
@@ -0,0 +1,19 @@
+(
+
+ # kill remnants of CVS, if any
+ rm -fr $(find ./ -type d -and -name CVS) &&
+ rm -fr $(find ./ -type f -and -name .cvsignore) &&
+
+ prepare_install &&
+
+ mkdir -p /usr/share/$SPELL &&
+ cp -r ./ /usr/share/$SPELL/ &&
+ chown -R nobody:nogroup /usr/share/$SPELL &&
+
+ # it's good to have docs
+ if [ -d /usr/doc/$SPELL ]; then
+ rm -fr /usr/doc/$SPELL/
+ fi &&
+ ln -fns /usr/share/$SPELL/docs /usr/doc/$SPELL
+
+) >$C_FIFO 2>&1