diff options
author | lcapriotti <lcapriotti@svn> | 2010-10-11 09:46:03 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-10-11 09:46:03 +0000 |
commit | 114d1fefa113cdde338e9a5a85090a1590ae8d67 (patch) | |
tree | d34fe9e6a61cf371b11fe34166287dfb08281c87 /Makefile.in | |
parent | 98f4f2dfd077f3b7df557903cc75b1f279f3686d (diff) |
backport: r34563 - credit ceros
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34663 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 87ec1a356d..cdc88031e3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -555,8 +555,6 @@ install-livedatas: livedatas @install -D tools/XBMCLive/installXBMC $(DESTDIR)$(bindir)/installXBMC @install -D tools/XBMCLive/runXBMC $(DESTDIR)$(bindir)/runXBMC @install -D tools/XBMCLive/setAlsaVolumes $(DESTDIR)$(bindir)/setAlsaVolumes - @mkdir -p $(DESTDIR)$(libdir)/xbmc - @cp -r tools/XBMCLive/live.d $(DESTDIR)$(libdir)/xbmc/ uninstall: @echo "Removing XBMC..." |