From 35b60523ce6b2e32f33dee7a09ce505cc5512be6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Nov 2004 12:16:19 +0000 Subject: LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/" --- mdk-stage1/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 17c39dc96..b5f95791f 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -968,7 +968,7 @@ enum return_type ftp_prepare(void) } strcpy(modules_cz, location_full); - strcat(modules_cz, LIVE_LOCATION "lib/modules.cz-"); + strcat(modules_cz, "/" LIVE_LOCATION_REL "lib/modules.cz-"); strcat(modules_cz, kernel_uname.release); log_message("checking presence of modules.cz file : \"%s\"", modules_cz); -- cgit v1.2.1