From a448c26154a7b91daec8962b0164e5bddd5d6c9e Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Mon, 18 Feb 2002 23:04:03 +0000 Subject: [PATCH] Add emacs21 instead of emacs20 to the first CDROM. Reviewed by: nobutaka (editors/emacs21 maintainer) --- release/scripts/print-cdrom-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index 125a34972d9..8a8920f2c7a 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -92,7 +92,7 @@ CDROM_SET_1="${CDROM_SET_1} x11/kde2" # This is the set of "people really want these" packages. Please add to # this list. CDROM_SET_1="${CDROM_SET_1} astro/xearth" -CDROM_SET_1="${CDROM_SET_1} editors/emacs20" +CDROM_SET_1="${CDROM_SET_1} editors/emacs21" CDROM_SET_1="${CDROM_SET_1} editors/vim-lite" CDROM_SET_1="${CDROM_SET_1} editors/vim5" CDROM_SET_1="${CDROM_SET_1} emulators/mtools"