From dd6a9fbeeb8d585d957a1739535fb1bccbb530db Mon Sep 17 00:00:00 2001 From: davilla Date: Thu, 6 Sep 2012 15:21:23 -0400 Subject: [darwin] fixed packaging, the internal name used when linking name needs to change or we will try and find it again when packaging --- tools/darwin/depends/xbmc-pvr-addons/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/darwin/depends/xbmc-pvr-addons/Makefile b/tools/darwin/depends/xbmc-pvr-addons/Makefile index 7f439b92d1..3e97003281 100644 --- a/tools/darwin/depends/xbmc-pvr-addons/Makefile +++ b/tools/darwin/depends/xbmc-pvr-addons/Makefile @@ -36,6 +36,7 @@ $(LIBDYLIB): $(SOURCE) mkdir -p $(XBMC_ADDONSDIR)/$$ADDON ; \ cp -PRf $(SOURCE)/addons/$$ADDON/addon/* $(XBMC_ADDONSDIR)/$$ADDON ; \ cp -Pf $(SOURCE)/addons/$$ADDON/*.pvr $(XBMC_ADDONSDIR)/$$ADDON ; \ + install_name_tool -id "$$ADDON" `find "$(XBMC_ADDONSDIR)/$$ADDON" -type f -name "*.pvr"` ; \ done touch .installed -- cgit v1.2.3