hv-utilities is now fetched and installed like all other packages
[hvlinux.git] / stage2 / pkg / kernel
index 0c9ff30..621183c 100644 (file)
@@ -11,6 +11,9 @@ hvbuild()
         apply_patches ${PACKAGE} /usr/src
     fi
 
+    # Install kernel checkpatch script
+    install /usr/src/${PACKAGE}/scripts/checkpatch.pl /usr/bin
+
     # Copy kernel configuration file in source tree.
     cp -v ${SCRDIR}/../config/${KERNEL_CONFIG} /usr/src/${PACKAGE}/.config