New commits:
commit ea5dd06a815ee9c2069eba42f4bfc7ae87e87b7e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
kqemu: Build and install for the kernel version returned by
get_kernel_version
diff --git a/kernels/kqemu/BUILD b/kernels/kqemu/BUILD
new file mode 100755
index 0000000..2fe79df
--- /dev/null
+++ b/kernels/kqemu/BUILD
@@ -0,0 +1,4 @@
+OPTS="--kernel-path=$INSTALL_ROOT/usr/src/linux-$(get_kernel_version) \
+ $OPTS" &&
+
+default_build
diff --git a/kernels/kqemu/HISTORY b/kernels/kqemu/HISTORY
index 32636cb..5aaea70 100644
--- a/kernels/kqemu/HISTORY
+++ b/kernels/kqemu/HISTORY
@@ -1,3 +1,9 @@
+2007-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Install to the correct kernel
+ Run `depmod -a` for the correct kernel
+ * BUILD: Tell ./configure which kernel to build against
+ * Fixes bug #13741
+
2007-04-06 Robin Cook <rcook AT wyrms.net>
* INSTALL: added to create udev rule