In the "cdrom" target it is best to write to the CDROM stage area, *NOT*

the FTP stage area.
This commit is contained in:
David E. O'Brien 2000-01-24 01:22:30 +00:00
parent 5b249744bd
commit 7b5036eb77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56500

View File

@ -566,7 +566,7 @@ cdrom.1:
cp ${.CURDIR}/texts/$${i} ${CD_DISC1}; \
fi; \
if [ -f ${.CURDIR}/texts/${MACHINE_ARCH}/$${i} ]; then \
echo "=== Platform specifics for ${MACHINE_ARCH}" >> ${FD}/$${i}; \
echo "=== Platform specifics for ${MACHINE_ARCH}" >> ${CD_DISC1}/$${i}; \
cat ${.CURDIR}/texts/${MACHINE_ARCH}/$${i} >> ${CD_DISC1}/$${i}; \
fi; \
done