diff options
Diffstat (limited to 'arch/arm26')
-rw-r--r-- | arch/arm26/boot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm26/boot/install.sh b/arch/arm26/boot/install.sh index c628328dd9ec..8a8399b26cf7 100644 --- a/arch/arm26/boot/install.sh +++ b/arch/arm26/boot/install.sh | |||
@@ -23,8 +23,8 @@ | |||
23 | 23 | ||
24 | # User may have a custom install script | 24 | # User may have a custom install script |
25 | 25 | ||
26 | if [ -x /sbin/installkernel ]; then | 26 | if [ -x /sbin/${CROSS_COMPILE}installkernel ]; then |
27 | exec /sbin/installkernel "$@" | 27 | exec /sbin/${CROSS_COMPILE}installkernel "$@" |
28 | fi | 28 | fi |
29 | 29 | ||
30 | if [ "$2" = "zImage" ]; then | 30 | if [ "$2" = "zImage" ]; then |