aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoruNiversaI <uNiversaI@users.noreply.github.com>2014-10-22 10:52:57 +0100
committeruNiversaI <uNiversaI@noreply.github.com>2014-10-22 21:18:07 +0900
commit7c1b292ac4b8f9bcfa971f8c3ba57744f2c53dfe (patch)
tree0e5a2c7c51d5a1e0d846c20a882598e9549c2d7c /Makefile.in
parenta3825adaf2b6474016d756b125a61d710c0c5402 (diff)
[rebrand] minor @echo @APP_NAME@ instead of kodi/xbmc
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 658745a8d1..180e8b4002 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -332,7 +332,7 @@ CLEAN_FILES += $(CHECK_PROGRAMS) $(CHECK_EXTENSIONS)
all : $(FINAL_TARGETS)
@echo '-----------------------'
- @echo 'XBMC built successfully'
+ @echo '@APP_NAME@ built successfully'
@echo '-----------------------'
include Makefile.include
@@ -662,7 +662,7 @@ endif
done
uninstall:
- @echo "Removing Kodi..."
+ @echo "Removing @APP_NAME@..."
@rm -rf $(DESTDIR)$(libdir)/@APP_NAME_LC@
@rm -rf $(DESTDIR)$(datarootdir)/@APP_NAME_LC@ $(DESTDIR)$(bindir)/@APP_NAME_LC@
@rm -rf $(DESTDIR)$(bindir)/@APP_NAME_LC@-standalone