In the "cdrom" target it is best to write to the CDROM stage area, *NOT*
the FTP stage area.
This commit is contained in:
parent
1a818d8e89
commit
a55453b105
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user