summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/scripts/kernels-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/kernels-install.sh b/release/scripts/kernels-install.sh
index 47d91a7..b2d4ab7 100644
--- a/release/scripts/kernels-install.sh
+++ b/release/scripts/kernels-install.sh
@@ -37,7 +37,7 @@ if [ "$ans" = "y" ]; then
fi
# translate per Makefile:doTARBALL XXX are we sure to have tr+cut?
tn=`echo ${CONFIG} | tr 'A-Z' 'a-z' | cut -c1-8`
- cat $tn.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
+ cat $tn.?? | tar --unlink -xpzf - -C $BOOT
else
echo "Installation of $CONFIG kernel distribution not done."
fi
OpenPOWER on IntegriCloud