diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/xbmc-pvr-addons/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |