diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu> | 2010-07-19 01:44:47 -0700 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu> | 2010-07-19 01:44:47 -0700 |
commit | f1004905d50f7c29909061ad708d6fe05b192551 (patch) | |
tree | ea0d34334947030eebeeff71bc87f35645b4e3cd /usr | |
parent | f2cc22136b91b5820b8781ad2781bd36ac65f9ff (diff) | |
download | piny-code-f1004905d50f7c29909061ad708d6fe05b192551.tar.gz piny-code-f1004905d50f7c29909061ad708d6fe05b192551.zip |
Fixing underlays in setup template. This should probably be moved into etc at some point.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/libpiny/share/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/libpiny/share/ikiwiki.setup b/usr/src/libpiny/share/ikiwiki.setup index 4cba4b2..1352873 100644 --- a/usr/src/libpiny/share/ikiwiki.setup +++ b/usr/src/libpiny/share/ikiwiki.setup @@ -16,7 +16,7 @@ use IkiWiki::Setup::Standard { # diffurl => "', # LATER MODIFIED BY PINY templatedir => "/srv/templates", # TODO: user-customizable templates - underlaydir => "/etc/ikiwiki/share/underlay", + underlaydir => "/usr/share/ikiwiki/basewiki", rcs => "git", gitorigin_branch => "origin", |