adjust underlaydir(-base)

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2010-03-02 23:04:24 +01:00
parent 55b0b416d2
commit 000812cd6e
1 changed files with 3 additions and 2 deletions

View File

@ -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 \