summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-24 08:10:53 +0000
committerphk <phk@FreeBSD.org>1995-03-24 08:10:53 +0000
commit65933ca3a1aeaf4da81ea5a372d8bbb177d9cb09 (patch)
tree2d24316d93fc50cdbfdfe1e740b5eebd5c11696a /release
parent5d03aae6f119f7d4e943cc5f2d7c1735c01541d4 (diff)
downloadFreeBSD-src-65933ca3a1aeaf4da81ea5a372d8bbb177d9cb09.zip
FreeBSD-src-65933ca3a1aeaf4da81ea5a372d8bbb177d9cb09.tar.gz
Fix cdrom.1 target.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 871ca1a..ff673df 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.123 1995/03/24 02:45:24 phk Exp $
+# $Id: Makefile,v 1.124 1995/03/24 04:20:35 phk Exp $
#
# How to roll a release:
#
@@ -327,8 +327,8 @@ cdrom.1:
rm -rf ${CD}
mkdir ${CD}
mkdir ${CD}/filesys
- cd ${RD} && find floppies dists bootfd -print | cpio -dumpl ${FD}
- cd ${FD} && mv bootfd bootcd
+ cd ${RD} && find floppies dists bootfd -print | cpio -dumpl ${CD}
+ cd ${CD} && mv bootfd bootcd
for i in ${DISTRIBUTIONS} ; \
do \
if [ -d ${RD}/trees/$${i} ] ; then \
OpenPOWER on IntegriCloud