Fix bug in manpage6 generation

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9904 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-04-17 16:03:48 +00:00
parent 850fe6e691
commit dcd5038c12

View File

@ -889,7 +889,7 @@ if [ -n "${BUILDXML}${BUILDHTML}" ]; then
if [ -n "$MANPAGE6TAG" ]; then
progress_message "Exporting $MANPAGE6TAG from SVN..."
do_or_die "svn export --non-interactive --force ${SVN}/$MANPAGE6TAG manpages >> $LOGFILE 2>&1"
do_or_die mv manpages/* manpages6.save/
do_or_die mv manpages manpages6.save/
fi
progress_message "Exporting $LITEMANPAGETAG from SVN..."