Blame SOURCES/oprofile-0.4-guess2.patch

c532ac
--- oprofile-0.4/gui/oprof_start_config.cpp.guess2	2002-10-01 18:32:31.000000000 -0400
c532ac
+++ oprofile-0.4/gui/oprof_start_config.cpp	2002-12-06 14:45:19.000000000 -0500
c532ac
@@ -98,8 +98,7 @@
c532ac
 		perror("oprof_start: Unable to determine OS release.");
c532ac
 	} else {
c532ac
 		string const version(info.release);
c532ac
-		string const vmlinux_path("/lib/modules/" + version
c532ac
-					 + "/build/vmlinux");
c532ac
+		std::string const vmlinux_path("/usr/lib/debug/lib/modules/" + version + "/vmlinux");
c532ac
 		kernel_filename = vmlinux_path;
c532ac
 	}
c532ac
 }