From 359e3af375c009d03a6836baf1d558ff83d5ac3c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Nov 2004 13:53:41 +0000 Subject: RAMDISK_LOCATION_REL is a better name than RAMDISK_LOCATION --- mdk-stage1/directory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/directory.c') diff --git a/mdk-stage1/directory.c b/mdk-stage1/directory.c index e1535c6e3..b8ced9cff 100644 --- a/mdk-stage1/directory.c +++ b/mdk-stage1/directory.c @@ -145,9 +145,9 @@ enum return_type try_with_directory(char *directory, char *method_live, char *me #ifndef MANDRAKE_MOVE if (IS_RESCUE || ((loopdev || streq(method_live, "disk")) && ramdisk_possible())) { /* RAMDISK install */ - if (access(IMAGE_LOCATION RAMDISK_LOCATION, R_OK)) { + if (access(IMAGE_LOCATION "/" RAMDISK_LOCATION_REL, R_OK)) { stg1_error_message("I can't find the " DISTRIB_NAME " Distribution in the specified directory. " - "(I need the subdirectory " RAMDISK_LOCATION ")\n" + "(I need the subdirectory " RAMDISK_LOCATION_REL ")\n" "Here's a short extract of the files in the directory:\n" "%s", extract_list_directory(IMAGE_LOCATION)); umount(IMAGE_LOCATION); -- cgit v1.2.1