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)