Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > e5f4880dd4fb4bb2a0c92ea012333474 > files > 9

dkms-2.0.17-13mdv2008.0.src.rpm

diff -Nurp dkms-2.0.16.old/dkms dkms-2.0.16/dkms
--- dkms-2.0.16.old/dkms	2007-05-07 22:14:17.000000000 +0300
+++ dkms-2.0.16/dkms	2007-05-07 22:18:20.000000000 +0300
@@ -1027,7 +1027,7 @@ function prepare_kernel()
 	if [[ $(VER $1) < $(VER 2.5) ]]; then
 	    invoke_command "make KERNELRELEASE=$1 dep" "make dep" background
 	else
-	    invoke_command "make KERNELRELEASE=$1 prepare-all scripts" "make prepare-all" background
+	    invoke_command "make KERNELRELEASE=$1 prepare scripts" "make prepare" background
 	fi
     fi
     cd - >/dev/null