summaryrefslogtreecommitdiffstats
path: root/rules/tcl.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-05-22 14:38:40 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-05-22 14:38:40 +0000
commit6619ec81b51a75892adc29375f08757b64b8901e (patch)
tree08edae0b84353b743cf5ac3cee40c4c66afd79ad /rules/tcl.make
parentc17219b2d07ff1f37610f9a39e69a06b070909d9 (diff)
downloadptxdist-6619ec81b51a75892adc29375f08757b64b8901e.tar.gz
ptxdist-6619ec81b51a75892adc29375f08757b64b8901e.tar.xz
* tcl: remove absolute link
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10558 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcl.make')
-rw-r--r--rules/tcl.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/tcl.make b/rules/tcl.make
index 124cc1e2a..cf9f53340 100644
--- a/rules/tcl.make
+++ b/rules/tcl.make
@@ -125,9 +125,10 @@ $(STATEDIR)/tcl.targetinstall:
@$(call install_copy, tcl, 0, 0, 0755, -, \
/usr/bin/tclsh$(TCL_MAJOR).$(TCL_MINOR))
-# a simplified link is very useful
+
+ # a simplified link is very useful
@$(call install_link, tcl, \
- /usr/bin/tclsh$(TCL_MAJOR).$(TCL_MINOR), /usr/bin/tclsh)
+ tclsh$(TCL_MAJOR).$(TCL_MINOR), /usr/bin/tclsh)
@$(call install_copy, tcl, 0, 0, 0644, -, /usr/lib/libtcl8.5.so)