hackup ikiwikitest to work
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
fa1b449c07
commit
9faa4d2d6b
1 changed files with 9 additions and 1 deletions
10
ikiwikitest.sh
Normal file → Executable file
10
ikiwikitest.sh
Normal file → Executable file
|
@ -1,2 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PERL5LIB=~/b/ikiwiki ~/b/ikiwiki/ikiwiki.in --libdir ~/b/ikiwiki --setup ikiwiki.setup --refresh
|
set -x
|
||||||
|
BDIR=~/b/ikiwiki
|
||||||
|
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
|
||||||
|
--libdir ${BDIR} \
|
||||||
|
--templatedir ${BDIR}/templates \
|
||||||
|
-set underlaydir=${BDIR}/underlays \
|
||||||
|
-set underlaydirbase=${BDIR}/underlays \
|
||||||
|
--setup ikiwiki.setup \
|
||||||
|
--refresh
|
||||||
|
|
Loading…
Reference in a new issue