summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk/tcl_8.5.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl_8.5.13.bb')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.5.13.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.13.bb b/meta/recipes-devtools/tcltk/tcl_8.5.13.bb
index 01fe36dc97..be9c61bf34 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.5.13.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.5.13.bb
@@ -52,10 +52,10 @@ do_install() {
52 install -d ${D}${bindir_crossscripts} 52 install -d ${D}${bindir_crossscripts}
53 install -m 0755 tclConfig.sh ${D}${bindir_crossscripts} 53 install -m 0755 tclConfig.sh ${D}${bindir_crossscripts}
54 cd .. 54 cd ..
55 for dir in ${S}/../compat ${S}/../generic ${S}/../unix 55 for dir in compat generic unix
56 do 56 do
57 install -d ${D}${includedir}/tcl${PV}/$dir 57 install -d ${D}${includedir}/tcl${PV}/$dir
58 install -m 0644 $dir/*.h ${D}${includedir}/tcl${PV}/$dir/ 58 install -m 0644 ${S}/../$dir/*.h ${D}${includedir}/tcl${PV}/$dir/
59 done 59 done
60} 60}
61 61