summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c2
1 files changed, 1 insertions, 1 deletions
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);