mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Merge branch 'matthijs-configure-kaspsh' into 'main'
Configure kasp.sh See merge request isc-projects/bind9!4836
This commit is contained in:
@@ -92,7 +92,7 @@ if [ "${srcdir}" != "${builddir}" ]; then
|
|||||||
cp -a "${srcdir}/common" "${builddir}"
|
cp -a "${srcdir}/common" "${builddir}"
|
||||||
fi
|
fi
|
||||||
# Some tests require additional files to work for out-of-tree test runs.
|
# Some tests require additional files to work for out-of-tree test runs.
|
||||||
for file in ckdnsrps.sh digcomp.pl ditch.pl packet.pl start.pl stop.pl testcrypto.sh; do
|
for file in ckdnsrps.sh digcomp.pl ditch.pl kasp.sh packet.pl start.pl stop.pl testcrypto.sh; do
|
||||||
if [ ! -r "${file}" ]; then
|
if [ ! -r "${file}" ]; then
|
||||||
cp -a "${srcdir}/${file}" "${builddir}"
|
cp -a "${srcdir}/${file}" "${builddir}"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user