summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud