aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-27 00:54:15 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-27 00:54:15 -0400
commite1f7146041ab7dbbaf045a5da959d9086fbaae50 (patch)
tree3b7d8930244306381792d126e62809e80ffc42d5 /Makefile.PL
parentbc3363beb767a82e3bdde2d038e7b678bd35f193 (diff)
downloadikiwiki-e1f7146041ab7dbbaf045a5da959d9086fbaae50.tar
ikiwiki-e1f7146041ab7dbbaf045a5da959d9086fbaae50.tar.gz
avoid clobbering example diffurl
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f7c090ff2..04ed70502 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -48,6 +48,10 @@ extra_clean:
$(MAKE) -C po clean
extra_install:
+ install -d $(DESTDIR)/etc/ikiwiki
+ install -m 0644 wikilist $(DESTDIR)/etc/ikiwiki
+ install -m 0644 simple.setup $(DESTDIR)/etc/ikiwiki
+
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki
for dir in `cd underlays && find . -follow -type d ! -regex '.*\.svn.*'`; do \
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \