aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-21 14:59:21 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-21 14:59:21 -0400
commit440e18bc15389780833fc8b9c04116a97eeaeaa2 (patch)
treebd0629e4597a370a14ee83bc4540d126054b5f59
parent85778f59fd0d84410f6e4191802e634b0f3c8935 (diff)
downloadikiwiki-440e18bc15389780833fc8b9c04116a97eeaeaa2.tar
ikiwiki-440e18bc15389780833fc8b9c04116a97eeaeaa2.tar.gz
reset setuptype first, actually
so setup file can override default
-rw-r--r--IkiWiki/Setup/Automator.pm2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Setup/Automator.pm b/IkiWiki/Setup/Automator.pm
index 9f694e18e..e9a572450 100644
--- a/IkiWiki/Setup/Automator.pm
+++ b/IkiWiki/Setup/Automator.pm
@@ -38,8 +38,8 @@ sub sanitize_wikiname ($) {
sub import (@) {
my $this=shift;
- IkiWiki::Setup::merge({@_});
$config{setuptype}='Standard';
+ IkiWiki::Setup::merge({@_});
if (! $config{force_overwrite}) {
# Avoid overwriting any existing files.
diff --git a/debian/changelog b/debian/changelog
index e020b380f..4d0639a58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ikiwiki (3.20100313) UNRELEASED; urgency=low
+ikiwiki (3.20100320) UNRELEASED; urgency=low
* websetup: Add websetup_unsafe to allow marking other settings
as unsafe.