adjust underlaydir(-base)
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
55b0b416d2
commit
000812cd6e
1 changed files with 3 additions and 2 deletions
|
@ -8,10 +8,11 @@ START="$(date)"
|
|||
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
|
||||
--libdir ${BDIR} \
|
||||
--templatedir ${BDIR}/templates \
|
||||
-set underlaydir=${BDIR}/underlays \
|
||||
-set underlaydirbase=${BDIR}/underlays \
|
||||
--setup ikiwiki.setup \
|
||||
"$@"
|
||||
ret=$?
|
||||
END="$(date)"
|
||||
echo ${START} - ${END}: ikiwiki result: $?
|
||||
|
||||
# -set underlaydir=${BDIR}/underlays/basewiki \
|
||||
# -set underlaydirbase=${BDIR}/underlays \
|
||||
|
|
Loading…
Reference in a new issue