Thanks, applied as 591e61e8e10d93abca6fee0e3bb7f5a482d992ca. Michael
[sent from post-receive hook] On Thu, 07 Oct 2021 12:18:56 +0200, Christian Melki <[email protected]> wrote: > Libraries were installed to a proper path, but the symlink wasn't. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/jimtcl.make b/rules/jimtcl.make > index eb39dd611308..1a7fa823c524 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) > > # > ---------------------------------------------------------------------------- _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
