Discussion:
[2729] (load_dependencies) enable to find XZ compressed modules
root-odJJhXpcy38dnm+
2012-01-20 19:12:51 UTC
Permalink
Revision: 2729
Author: tv
Date: 2012-01-20 20:12:50 +0100 (Fri, 20 Jan 2012)
Log Message:
-----------
(load_dependencies) enable to find XZ compressed modules

Modified Paths:
--------------
drakx/trunk/kernel/list_modules.pm

Modified: drakx/trunk/kernel/list_modules.pm
===================================================================
--- drakx/trunk/kernel/list_modules.pm 2012-01-20 19:12:48 UTC (rev 2728)
+++ drakx/trunk/kernel/list_modules.pm 2012-01-20 19:12:50 UTC (rev 2729)
@@ -342,7 +342,7 @@
my ($filename, @fdeps) = map {
s![^ ]*/!!g;
s!\.ko!!g;
- s!\.gz!!g;
+ s!\.[gx]z!!g;
$_;
} $m, split(' ', $d);

Loading...