Date: Saturday, July 23, 2011 @ 11:49:06
  Author: tpowa
Revision: 132369

fix vmlinuz symlink for custom kernels

Modified:
  linux/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-07-23 15:37:54 UTC (rev 132368)
+++ PKGBUILD    2011-07-23 15:49:06 UTC (rev 132369)
@@ -106,7 +106,7 @@
   # remove build and source links
   rm -f ${pkgdir}/lib/modules/${_kernver}/{source,build}
   # add compat symlink for the kernel image
-  ln -sf vmlinuz-${pkgname} ${pkgdir}/boot/vmlinuz26
+  ln -sf vmlinuz-${pkgname} ${pkgdir}/boot/vmlinuz26${_kernelname}
   # remove the firmware
   rm -rf ${pkgdir}/lib/firmware
   # gzip -9 all modules to safe 100MB of space

Reply via email to