The following commit has been merged in the master branch:
commit 85af9710b2652d934cf4c1f034855777a2c0f631
Author: Giuseppe Iuculano <[email protected]>
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

_______________________________________________
Pkg-dkms-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-dkms-commits

Reply via email to