]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/m32r/boot/compressed/install.sh
kbuild: use INSTALLKERNEL to select customized installkernel script
[mirror_ubuntu-artful-kernel.git] / arch / m32r / boot / compressed / install.sh
index 6d72e9e72697c9c3132750527f8abeacc2c97786..16e5a0a134375ec3c7f6f785801bed0d1a45c798 100644 (file)
@@ -24,8 +24,8 @@
 
 # User may have a custom install script
 
-if [ -x /sbin/installkernel ]; then
-  exec /sbin/installkernel "$@"
+if [ -x /sbin/${INSTALLKERNEL} ]; then
+  exec /sbin/${INSTALLKERNEL} "$@"
 fi
 
 if [ "$2" = "zImage" ]; then