mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 08:52:42 +01:00
Fix cdrom.1 target.
This commit is contained in:
parent
828447008a
commit
6075622c64
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7323
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user