Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] _modutils not support modules xz compression
- X-seq: zsh-workers 34053
- From: Timofey Titovets <nefelim4ag@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [BUG] _modutils not support modules xz compression
- Date: Fri, 26 Dec 2014 06:38:06 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=a3QD8VjgNfBaePjZzYvOh6gJYQ7V0JE2QVT9z/72q1U=; b=Z//hbLFcPggMKKex/cciOfUnPjZp36VN4wURILSYuqNuNezDPGAywdjdHHLk9Iz50b bCu29Q+3H5P9yHirXYXgqVco72QHPrB3PAM8oaBRkT6CU/CVdQ4XO2yWOWPWyp0+fBrT Djr0okmJaTakaScfDAbHQSOSth0vtc6IY2XL0QvfLFSVZ4YbEk3j/8CMFeMMMemEYWZI sxV2VC/Pj6GSfMXC4f6b6ZQts1+CDVLo1/GO6WY3oAcN5xz40Vj3uDuXZdy5+C4nIyiv Oow8Mlk4JE2Q7LTqCW2pv/UKsUmT37LKm0nI5+9gdurtHYxzHD2kCcW9CIow3cS7KcIW talA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Recent kernels supported different format for compressing modules xz
and gz, now only gz supported
diff output, spaces broken:
@@ -107,7 +107,7 @@ _modutils() {
if _cache_invalid modules-$kver || ! _retrieve_cache modules-$kver;
then
# 2011-01-02 gi1242: Do we need .o files? Or is .ko enough?
- modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko|ko.gz)(.:t:r:r) )
+ modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko|ko.gz|ko.xz)(.:t:r:r)
)
_store_cache modules-$kver modules
fi
--
Have a nice day,
Timofey.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author