Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: iso-codes/4.13.0/Makefile
===================================================================
--- iso-codes/4.13.0/Makefile	(revision 284)
+++ iso-codes/4.13.0/Makefile	(revision 285)
@@ -186,10 +186,10 @@
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(ISOCODES_PKG))
-	# ======= tune pkg-config *.pc search path to the target destination for development =======
-	@( cd $(TARGET_DEST_DIR)/usr/share/pkgconfig ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" iso-codes.pc ; \
-	 )
+#	# ======= tune pkg-config *.pc search path to the target destination for development =======
+#	@( cd $(TARGET_DEST_DIR)/usr/share/pkgconfig ; \
+#	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" iso-codes.pc ; \
+#	 )
 	@touch $@
 
 $(ISOCODES_PKG_DESCRIPTION_FILE): $(ISOCODES_PKG_DESCRIPTION_FILE_IN)