Blame SOURCES/oprofile-0.4-guess2.patch

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