Libraries were installed to a proper path, but the symlink wasn't.

Signed-off-by: Christian Melki <[email protected]>
---
 rules/jimtcl.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/jimtcl.make b/rules/jimtcl.make
index eb39dd611..1a7fa823c 100644
--- a/rules/jimtcl.make
+++ b/rules/jimtcl.make
@@ -57,7 +57,7 @@ JIMTCL_CONF_OPT               := \
 $(STATEDIR)/jimtcl.install:
        @$(call targetinfo)
        @$(call world/install, JIMTCL)
-       @ln -sf libjim.so.$(JIMTCL_VERSION) $(JIMTCL_PKGDIR)/usr/lib/libjim.so
+       @ln -sf libjim.so.$(JIMTCL_VERSION) 
$(JIMTCL_PKGDIR)/usr/$(CROSS_LIB_DIR)/libjim.so
        @$(call touch)
 
 # ----------------------------------------------------------------------------
-- 
2.30.2


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to