aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWolfgang Schupp <w.schupp@a1.net>2015-06-01 13:01:55 +0200
committerWolfgang Schupp <w.schupp@a1.net>2015-06-01 13:01:55 +0200
commit65cb85cc3eb8c3f9891addd729ab41821aa93922 (patch)
tree256747bb933aaf4b70cf1a4ef620885e360ac537 /Makefile.in
parentcdd0feeda8898730ce1ebc78420b2583daf5f6b6 (diff)
parentd270b64c5371ac79620e0f7ce464023f13d90327 (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.in3
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: