Blame SOURCES/oprofile-0.4-guess2.patch

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