From 495805d2bd3d9deec6ecc3e6aa31ce0d6d1ee101 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Aug 2004 04:41:34 +0000 Subject: move back isolinux in ROOTDEST instead of ROOTDEST/install (since the isolinux directory must be at the root of cds) --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7517a4ebd..b7fca6771 100644 --- a/Makefile +++ b/Makefile @@ -34,13 +34,13 @@ install_only: cd $(IMAGES_DEST); md5sum *.{img,iso}* > MD5SUM ifeq (i386,$(ARCH)) - rm -rf $(GENERIC_INSTALL_DEST)/isolinux - cp -af isolinux $(GENERIC_INSTALL_DEST) + rm -rf $(ROOTDEST)/isolinux + cp -af isolinux $(ROOTDEST) endif ifeq (x86_64,$(ARCH)) - rm -rf $(GENERIC_INSTALL_DEST)/isolinux - cp -af isolinux $(GENERIC_INSTALL_DEST) + rm -rf $(ROOTDEST)/isolinux + cp -af isolinux $(ROOTDEST) endif make -C perl-install full_stage2 @@ -82,7 +82,7 @@ upload_only: upload $(IMAGES_DEST) '*.img*' ;\ upload $(IMAGES_DEST) '*.iso*' ;\ upload $(IMAGES_DEST)/alternatives '' ;\ - upload $(GENERIC_INSTALL_DEST)/isolinux '' ;\ + upload $(ROOTDEST)/isolinux '' ;\ echo isolinux-graphic.bmp.parameters: isolinux-graphic.bmp isolinux -- cgit v1.2.1