about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2013-03-07 09:12:49 +0400
committerMichael Raskin <7c6f434c@mail.ru>2013-03-07 09:12:49 +0400
commit3d28751740fe6483e739e4c177fcfc797b1b724f (patch)
treee215533fe5e21635c2eec9baa8d6eabd9aecfa61 /pkgs/os-specific
parent43e8e7763b6f816454b7a28b5d8530c2aca194c1 (diff)
Linux 3.9-rc1: set correct modDirVersion
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.9.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.9.nix b/pkgs/os-specific/linux/kernel/linux-3.9.nix
index 2f3c3a4365e69..7a1dfd110df98 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.9.nix
@@ -252,6 +252,7 @@ import ./generic.nix (
 
   rec {
     version = "3.9-rc1";
+    modDirVersion = "3.9.0-rc1";
     testing = true;
 
     preConfigure = ''