aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-27 16:07:36 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-27 16:08:44 -0400
commit1916afc60321a420545d65929974ea06491dde85 (patch)
tree80a839688415ea6529349d9a25c1a9d26be17e63 /Makefile.PL
parent950850f63911d7f54f23e0699f820369b32a3532 (diff)
downloadikiwiki-1916afc60321a420545d65929974ea06491dde85.tar
ikiwiki-1916afc60321a420545d65929974ea06491dde85.tar.gz
rename
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 04ed70502..a805f41a2 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -50,7 +50,7 @@ extra_clean:
extra_install:
install -d $(DESTDIR)/etc/ikiwiki
install -m 0644 wikilist $(DESTDIR)/etc/ikiwiki
- install -m 0644 simple.setup $(DESTDIR)/etc/ikiwiki
+ install -m 0644 auto.setup $(DESTDIR)/etc/ikiwiki
install -d $(DESTDIR)$(PREFIX)/share/ikiwiki
for dir in `cd underlays && find . -follow -type d ! -regex '.*\.svn.*'`; do \