]> git.pld-linux.org Git - packages/alsa-utils.git/blobdiff - alsa-utils-modprobe.patch
- x32 rebuild
[packages/alsa-utils.git] / alsa-utils-modprobe.patch
index 068839bc79596c33cb5f34d1a0822bef8c232260..31b2862c8cff7c5ba0dafab97eef7d98c83272e2 100644 (file)
@@ -1,15 +1,16 @@
---- alsa-utils-1.0.20/alsaconf/alsaconf.in.orig        2009-05-06 09:07:24.000000000 +0200
-+++ alsa-utils-1.0.20/alsaconf/alsaconf.in     2009-05-17 14:21:33.032777327 +0200
-@@ -306,14 +306,14 @@
+--- alsa-utils-1.0.28/alsaconf/alsaconf.in~    2014-06-13 19:21:05.000000000 +0200
++++ alsa-utils-1.0.28/alsaconf/alsaconf.in     2014-06-18 08:49:50.065218184 +0200
+@@ -304,7 +304,7 @@
    cfgfile="/etc/modprobe.conf"
    if [ -d /etc/modprobe.d ]; then
      cfgout="/etc/modprobe.d/50-sound.conf"
 -    cfgoldout="/etc/modprobe.d/sound"
 +    cfgoldout="/etc/modprobe.d/sound.conf"
      if [ ! -f $cfgout ]; then
-       modver=$(modprobe -V | sed -e's/^module-init-tools version //')
-       case "$modver" in
-       3.[789]*)
+       case "$(modprobe -V)" in
+       "module-init-tools version "3.[789]*|\
+@@ -313,7 +313,7 @@
+       "kmod version "*)
          ;;
        *)
 -        cfgout="/etc/modprobe.d/sound"
This page took 0.030387 seconds and 4 git commands to generate.