From 0bf2661961604f17cb6357c326d7e1897ced0526 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 31 Dec 2002 10:27:58 +0000 Subject: [PATCH] Setup a symlink to the distribution name in the root of the first CD image so that it can be used as a anon-ftp area. --- release/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/release/Makefile b/release/Makefile index d6b7877c6cb4..0be64bb1f1e0 100644 --- a/release/Makefile +++ b/release/Makefile @@ -857,6 +857,7 @@ ftp.1: cdrom.1: @echo "Setting up CDROM distribution area" @mkdir -p ${CD_DISC1} ${CD_DISC2} + -@ln -s . ${CD_DISC1}/${BUILDNAME} @cd ${RD} && find floppies -print | cpio -dumpl ${CD_DISC1} @cd ${RD}/dists && find . -print | cpio -dumpl ${CD_DISC1} @for i in ${DISTRIBUTIONS} ; \