From 3d91d4b50e14516d4e7a35827e63b8457158055b Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 24 Jan 2000 01:22:30 +0000 Subject: In the "cdrom" target it is best to write to the CDROM stage area, *NOT* the FTP stage area. --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 9ada74f..7ccaaf8 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 -- cgit v1.1