Skip to content

Commit

Permalink
Maintenance: Fix build issue in snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yadij committed Mar 14, 2014
1 parent 3e823bd commit ec16c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mksnapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec16c41

Please sign in to comment.