diff options
author | vdrfan <vdrfan@svn> | 2010-10-06 20:25:08 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-10-06 20:25:08 +0000 |
commit | 9869bae605dc19238ca875f6b23b7e14cbfe5cc5 (patch) | |
tree | 6ea9ca14051aa21fc7dff29a0cdd39a0eb1af363 /Makefile.in | |
parent | 8f66dca68067871b0a1b42ef9142c09ed75d8a83 (diff) |
updated: include upstart hooks in xbmc-live package
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34511 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 00837d6c68..8282968b24 100644 --- a/Makefile.in +++ b/Makefile.in @@ -548,12 +548,14 @@ install-datas: install-scripts @test -z "$(DESTDIR)" && gtk-update-icon-cache -f -q -t $(datadir)/icons/hicolor || : install-livedatas: livedatas - @echo "Install Live CD datas in $(DESTDIR)$(prefix) ..." + @echo "Install Live CD datas..." @mkdir -p $(DESTDIR)$(bindir) @install -D tools/XBMCLive/diskmounter $(DESTDIR)$(bindir)/diskmounter @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..." |