Let xorg-fonts install libraries in CROSS_LIB_DIR.
---
 rules/xorg-fonts.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/xorg-fonts.make b/rules/xorg-fonts.make
index c6787875e..88e6873ab 100644
--- a/rules/xorg-fonts.make
+++ b/rules/xorg-fonts.make
@@ -82,7 +82,7 @@ ifdef PTXCONF_XORG_FONTS_QT4_LINKS
                name=`basename $$file`; \
                $(call install_link, xorg-fonts, \
                        ../../..$(XORG_FONTDIR)/$$file, \
-                       /usr/lib/fonts/$$name); \
+                       /usr/$(CROSS_LIB_DIR)/fonts/$$name); \
        done
 endif
 
-- 
2.30.2


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

Reply via email to