X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ikiwiki.setup;fp=ikiwiki.setup;h=2e417179b02317a21ddde985f9ab1bf2935744e0;hb=edb8489396cd121863350e429eb2679d7bef3c9d;hp=180bb8e1b3b69d58c7657cce40dd954c0ff76b03;hpb=07eb4c362e1fd0da0c87a871f64f2fe95762eb2b;p=ikiwiki-bootstrap diff --git a/ikiwiki.setup b/ikiwiki.setup index 180bb8e..2e41717 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -27,8 +27,12 @@ # Also, see the destdir and url parameters below which must also be # configured before things will work at all. -my gitrepo = '/path/to/bare/git/repo'; -my checkout = "$gitrepo/ikiwiki-checkout"; +our ($gitrepo, $checkout); + +BEGIN { + $gitrepo = '/path/to/bare/git/repo'; + $checkout = "$gitrepo/ikiwiki-checkout"; +} use IkiWiki::Setup::Standard {