aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb')
-rw-r--r--recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
index 6cea049..5161a7c 100644
--- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
+++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
@@ -61,7 +61,7 @@ do_deploy () {
symlink_name="imx-bootlets-`basename $f`-${MACHINE}"
install -m 644 ${S}/$f ${DEPLOY_DIR_IMAGE}/$full_name
- (cd ${DEPLOY_DIR_IMAGE} ; rm -f $symlink_nake ; ln -sf $full_name $symlink_name)
+ (cd ${DEPLOY_DIR_IMAGE} ; rm -f $symlink_name ; ln -sf $full_name $symlink_name)
done
}