[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.2.0.1-1-3-g85af971

Giuseppe Iuculano iuculano at debian.org
Fri Jul 15 14:12:20 UTC 2011


The following commit has been merged in the master branch:
commit 85af9710b2652d934cf4c1f034855777a2c0f631
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Fri Jul 15 16:11:22 2011 +0200

    s/uname_s/current_os/
    
    Closes: #631657
    Thanks: Robert Millan

diff --git a/debian/patches/kfreebsd.patch b/debian/patches/kfreebsd.patch
index b596451..6e7f636 100644
--- a/debian/patches/kfreebsd.patch
+++ b/debian/patches/kfreebsd.patch
@@ -4,7 +4,7 @@
  do_depmod()
  {
      # $1 = kernel version
-+    if [ "${uname_s}" != "Linux" ] ; then
++    if [ "${current_os}" != "Linux" ] ; then
 +        return
 +    fi
      if [[ -f /boot/System.map-$1 ]]; then

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list