really create the directories

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-13 22:46:15 +02:00
parent fece6ddd6a
commit a0058a1818
1 changed files with 1 additions and 2 deletions

View File

@ -97,8 +97,7 @@ case "$1" in
web)
cp README ${WEBDIR}/${WEBPAGE}
rm -rf ${WEBDIR}/${WEBBASE}/man
mkdir ${WEBDIR}/${WEBBASE}/man/man1
mkdir ${WEBDIR}/${WEBBASE}/man/man7
mkdir -p ${WEBDIR}/${WEBBASE}/man/man1 ${WEBDIR}/${WEBBASE}/man/man7
rm -rf ${WEBDIR}/${WEBBASE}/speeches && mkdir ${WEBDIR}/${WEBBASE}/speeches