aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-02 16:53:20 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-02 16:53:20 -0400
commit15341aed015e4b23d0a1171779d5baa0414c4fad (patch)
tree77e99932dc62c6f8e3d347d3ffe903b606ccc0b6 /Makefile.PL
parent4708aeceb3ec518a00069ad7a112ab0a5596275c (diff)
downloadikiwiki-15341aed015e4b23d0a1171779d5baa0414c4fad.tar
ikiwiki-15341aed015e4b23d0a1171779d5baa0414c4fad.tar.gz
don't install demo external plugins by default
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index a805f41a2..ac4ec2644 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -67,9 +67,9 @@ extra_install:
done
install -d $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins
- for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\*`; do \
+ for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\* | grep -v demo`; do \
cp -a $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \
- done; \
+ done \
install -d $(DESTDIR)$(PREFIX)/share/man/man1
install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1