aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTobias Arrskog <topfs2@xbmc.org>2014-08-08 08:46:54 +0200
committerMemphiz <memphis@machzwo.de>2014-10-19 21:33:04 +0200
commite0ba352f3c197ba72559de566b76896e1e48ba51 (patch)
tree3ca0d536ff4fd9e3d017fd86bd67e8f3ae91b8c0 /Makefile.in
parent2795549e3bf9152293170c2caa1ff08a4911eef5 (diff)
[rebrand] - Fixed missed XBMC Binary -> Kodi Binary
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index bda532b726..bd1e16a0ef 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -561,8 +561,8 @@ apk-clean:
make -C tools/android/packaging clean
install-binaries: install-scripts
- @echo "Copying XBMC binary to $(DESTDIR)$(libdir)/xbmc/"
- @install -d $(DESTDIR)$(libdir)/xbmc
+ @echo "Copying Kodi binary to $(DESTDIR)$(libdir)/kodi/"
+ @install -d $(DESTDIR)$(libdir)/kodi
ifeq (1,@USE_XRANDR@)
@install xbmc-xrandr $(DESTDIR)$(libdir)/xbmc/xbmc-xrandr
endif