aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-21 01:18:01 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-21 01:18:01 +0000
commit773731743df52d2ef2d8ce93c095be981bb9bfc8 (patch)
treefef19536fbbd1010150203662ee26e76243808b6 /Makefile.PL
parentb7c86dda2f900dc991d1f6becda56ba3300cccce (diff)
downloadikiwiki-773731743df52d2ef2d8ce93c095be981bb9bfc8.tar
ikiwiki-773731743df52d2ef2d8ce93c095be981bb9bfc8.tar.gz
add --diffurl, if set RecentChanges has links to svn diffs
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 5ca5e1259..e5d05dea4 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,7 +25,7 @@ extra_install:
cp templates/* $(PREFIX)/share/ikiwiki/templates
install -d $(PREFIX)/share/ikiwiki/basewiki
- cp basewiki/* $(PREFIX)/share/ikiwiki/basewiki
+ cp -a basewiki/* $(PREFIX)/share/ikiwiki/basewiki
}
}