summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-20 19:12:50 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-20 19:12:50 +0000
commitfcb34609455e2cc75e19de5d4104b2a1ad0ae85a (patch)
treecf022e132c943d51264b436d977a816cf57ff57e /kernel
parentbc652fca0120181720fbe92fcfbb44076eadbb6b (diff)
downloaddrakx-fcb34609455e2cc75e19de5d4104b2a1ad0ae85a.tar
drakx-fcb34609455e2cc75e19de5d4104b2a1ad0ae85a.tar.gz
drakx-fcb34609455e2cc75e19de5d4104b2a1ad0ae85a.tar.bz2
drakx-fcb34609455e2cc75e19de5d4104b2a1ad0ae85a.tar.xz
drakx-fcb34609455e2cc75e19de5d4104b2a1ad0ae85a.zip
(load_dependencies) enable to find XZ compressed modules
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 291916977..a07d73af6 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -342,7 +342,7 @@ sub load_dependencies {
my ($filename, @fdeps) = map {
s![^ ]*/!!g;
s!\.ko!!g;
- s!\.gz!!g;
+ s!\.[gx]z!!g;
$_;
} $m, split(' ', $d);