Installation of checkpatch.pl script
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 29 Jan 2013 22:14:42 +0000 (17:14 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 2 Feb 2013 02:30:55 +0000 (21:30 -0500)
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