aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcltk/tcl-native_8.4.19.bb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-11-13 12:11:17 +0000
committerPhil Blundell <philb@gnu.org>2009-11-13 12:11:17 +0000
commit2d32253aadcaeb3139aa303586ee11bc44f2d4c8 (patch)
tree72cfda246beee291d38ce0a19e4306587e43caa1 /recipes/tcltk/tcl-native_8.4.19.bb
parent2f08fd26b2b70ce798115bb406702f02c5fdc310 (diff)
downloadopenembedded-2d32253aadcaeb3139aa303586ee11bc44f2d4c8.tar.gz
tcl: try to fix sundry problems with library staging
Diffstat (limited to 'recipes/tcltk/tcl-native_8.4.19.bb')
-rw-r--r--recipes/tcltk/tcl-native_8.4.19.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tcltk/tcl-native_8.4.19.bb b/recipes/tcltk/tcl-native_8.4.19.bb
index a2d5efae42..ca8ab612fd 100644
--- a/recipes/tcltk/tcl-native_8.4.19.bb
+++ b/recipes/tcltk/tcl-native_8.4.19.bb
@@ -9,7 +9,7 @@ do_stage() {
install -d ${STAGING_BINDIR}/
install -m 0755 tclConfig.sh ${STAGING_BINDIR}
install -m 0755 tclsh ${STAGING_BINDIR}/tclsh8.4
- ln -s tclsh8.4 ${STAGING_BINDIR}/tclsh
+ ln -s -f tclsh8.4 ${STAGING_BINDIR}/tclsh
cd ..
for dir in compat generic unix
do