diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.6.bb b/meta/recipes-devtools/tcltk/tcl_8.6.6.bb index c828b38772..40cd18fb09 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.6.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.6.bb | |||
@@ -55,7 +55,7 @@ do_install() { | |||
55 | ln -sf ./tclsh${VER} ${D}${bindir}/tclsh | 55 | ln -sf ./tclsh${VER} ${D}${bindir}/tclsh |
56 | ln -sf tclsh8.6 ${D}${bindir}/tclsh${VER} | 56 | ln -sf tclsh8.6 ${D}${bindir}/tclsh${VER} |
57 | sed -i "s;-L${B};-L${STAGING_LIBDIR};g" tclConfig.sh | 57 | sed -i "s;-L${B};-L${STAGING_LIBDIR};g" tclConfig.sh |
58 | sed -i "s;${WORKDIR};${STAGING_INCDIR};g" tclConfig.sh | 58 | sed -i "s;'${WORKDIR};'${STAGING_INCDIR};g" tclConfig.sh |
59 | install -d ${D}${bindir_crossscripts} | 59 | install -d ${D}${bindir_crossscripts} |
60 | install -m 0755 tclConfig.sh ${D}${bindir_crossscripts} | 60 | install -m 0755 tclConfig.sh ${D}${bindir_crossscripts} |
61 | install -m 0755 tclConfig.sh ${D}${libdir} | 61 | install -m 0755 tclConfig.sh ${D}${libdir} |