summaryrefslogtreecommitdiffstats
path: root/collab/pmi/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'collab/pmi/INSTALL')
-rwxr-xr-xcollab/pmi/INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/collab/pmi/INSTALL b/collab/pmi/INSTALL
new file mode 100755
index 0000000000..7cc9aefbb6
--- /dev/null
+++ b/collab/pmi/INSTALL
@@ -0,0 +1,10 @@
+mkdir -pv ${INSTALL_ROOT}/usr/share/www/$SPELL &&
+
+# The upstream tarball ships along with the CVS archives and the
+# temporary files ending in *~. The following command filters out these files.
+find bin conf cron htdocs include schemas \
+ -not -type d \
+ -and -not -wholename "*/CVS" \
+ -and -not -wholename "*/CVS/*" \
+ -and -not -name "*~" \
+ -exec install -D "{}" "${INSTALL_ROOT}/usr/share/www/$SPELL/{}" ";"