From: Amos Jeffries Date: Fri, 14 Mar 2014 11:51:02 +0000 (+1300) Subject: Maintenance: Fix build issue in snapshots X-Git-Tag: SQUID_3_5_0_1~333 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec16c41c3687fd8bb885b10e7c78ab3769cf09ae;p=thirdparty%2Fsquid.git Maintenance: Fix build issue in snapshots --- diff --git a/mksnapshot.sh b/mksnapshot.sh index db9ae3da54..2361b6c9a8 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -116,7 +116,7 @@ if (groff --help >/dev/null); then if [ ! -d ${tmpdir}/doc/manuals ] ; then mkdir -p ${tmpdir}/doc/manuals fi - for f in `ls -1 ${tmpdir}/helpers/*/*/*.8 ${tmpdir}/src/*.8 ${tmpdir}/src/*/*.8 ${tmpdir}/tools/*.1 ${tmpdir}/tools/*.8 ./helpers/*/*/*.8 2>/dev/null` ; do + for f in `ls -1 ${tmpdir}/helpers/*/*/*.8 ${tmpdir}/src/*.8 ${tmpdir}/src/*/*.8 ${tmpdir}/tools/squidclient/*.1 ${tmpdir}/tools/*.8 ./helpers/*/*/*.8 2>/dev/null` ; do cp $f ${tmpdir}/doc/manuals/ done for f in `ls -1 ${tmpdir}/doc/manuals/*.1 ${tmpdir}/doc/manuals/*.8 2>/dev/null` ; do