mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-28 02:23:20 +01:00
Fix bug in manpage6 generation
This commit is contained in:
parent
1ea375c4e3
commit
dea3f3bc29
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user