diff options
author | Wolfgang Schupp <w.schupp@a1.net> | 2015-06-01 13:01:55 +0200 |
---|---|---|
committer | Wolfgang Schupp <w.schupp@a1.net> | 2015-06-01 13:01:55 +0200 |
commit | 65cb85cc3eb8c3f9891addd729ab41821aa93922 (patch) | |
tree | 256747bb933aaf4b70cf1a4ef620885e360ac537 /Makefile.in | |
parent | cdd0feeda8898730ce1ebc78420b2583daf5f6b6 (diff) | |
parent | d270b64c5371ac79620e0f7ce464023f13d90327 (diff) |
Merge pull request #7192 from wsnipex/linux-addon-libpath
[binary addons] linux: use the same install paths as kodi core
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 819a43ca07..9eaa40e972 100644 --- a/Makefile.in +++ b/Makefile.in @@ -624,9 +624,6 @@ endif @for f in project/cmake/scripts/common/*.cmake; do \ install -m 0644 $$f $(DESTDIR)$(libdir)/@APP_NAME_LC@; \ done -ifeq ($(findstring linux,@host@),linux) - install -m 0644 project/cmake/scripts/linux/UseMultiArch.cmake $(DESTDIR)$(libdir)/@APP_NAME_LC@ -endif @cd $(DESTDIR)$(includedir); [ -L xbmc ] || [ -d xbmc ] || ln -s @APP_NAME_LC@ xbmc uninstall: |