summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-11 18:32:29 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-11 18:32:29 +0000
commit2c7c203fd98a9e2b6d31b15e2d13cbf7ec0df605 (patch)
treed61db6c94db43c000ecc5b82cd57296a03c83f05 /mdk-stage1
parentf6847d6d944c546d5a1c9fcfb0fe17180a3b7073 (diff)
downloaddrakx-2c7c203fd98a9e2b6d31b15e2d13cbf7ec0df605.tar
drakx-2c7c203fd98a9e2b6d31b15e2d13cbf7ec0df605.tar.gz
drakx-2c7c203fd98a9e2b6d31b15e2d13cbf7ec0df605.tar.bz2
drakx-2c7c203fd98a9e2b6d31b15e2d13cbf7ec0df605.tar.xz
drakx-2c7c203fd98a9e2b6d31b15e2d13cbf7ec0df605.zip
fix typo
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index cc916a162..db0498397 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -306,7 +306,7 @@ static enum insmod_return insmod_with_deps(const char * mod_name, char * options
log_message("needs %s", filename);
{
- char *file = asprintf_("%s/%s", modules_directory, kernel_module_extension());
+ char *file = asprintf_("%s/%s%s", modules_directory, filename, kernel_module_extension());
return insmod_local_file(file, options);
}
}