Fix kernel version number when used with git repos
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 7 Dec 2014 17:41:13 +0000 (12:41 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 03:26:26 +0000 (22:26 -0500)
stage2/pkg/kernel

index 6e9fe24..d2e8fe1 100644 (file)
@@ -30,7 +30,7 @@ make -j ${MAKEJOBS}
 make -j ${MAKEJOBS} modules
 make INSTALL_MOD_PATH=${ROOTDIR} modules_install
 
-KERNEL_VERSION=$(make -s kernelversion)
+KERNEL_VERSION=$(make -s kernelrelease)
 KERNEL_NAME=vmlinuz
 
 cp -v arch/${ARCH}/boot/bzImage ${DEST}/${KERNEL_NAME}-${KERNEL_VERSION}