From f54846c3ec458a6b30499c29eed55f5fca4fafb4 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp 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 d6b7877c6cb..0be64bb1f1e 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} ; \