diff options
author | vdrfan <vdrfan@svn> | 2010-07-29 16:39:38 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-07-29 16:39:38 +0000 |
commit | 70f86e6677866ba2da4733d018924b9a0238475b (patch) | |
tree | 0ac27c217814022ad65bc438342516f7b3050b6a /Makefile.in | |
parent | db7f18dde2c3f1bd3564691da1141e62db2bea16 (diff) |
fixed: there's no scripts dir anymore. fixes make install
(cherry picked from commit cd462c056b649083b32fd27f02224e77f2578ca4)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@32305 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 76c0050f06..d10a1cbe04 100644 --- a/Makefile.in +++ b/Makefile.in @@ -536,7 +536,7 @@ install-datas: install-scripts @echo "Done!" @echo "Copying system files to $(DESTDIR)$(datarootdir)/xbmc" @# Arch independent files - @find addons language media scripts sounds userdata system -regextype posix-extended -type f -not -iregex ".*script\.module\..*|.*$(ARCH).*|.*\.vis|.*\.xbs|.*svn.*|.*\.so|.*\.dll|.*\.pyd|.*python/.*\.zlib" -exec install -D -m 0644 "{}" $(DESTDIR)$(datarootdir)/xbmc/"{}" \; -printf " -- %-75.75f\r" + @find addons language media sounds userdata system -regextype posix-extended -type f -not -iregex ".*script\.module\..*|.*$(ARCH).*|.*\.vis|.*\.xbs|.*svn.*|.*\.so|.*\.dll|.*\.pyd|.*python/.*\.zlib" -exec install -D -m 0644 "{}" $(DESTDIR)$(datarootdir)/xbmc/"{}" \; -printf " -- %-75.75f\r" @# Icons and links @mkdir -p $(DESTDIR)$(datarootdir)/applications @cp -a tools/Linux/xbmc.desktop $(DESTDIR)$(datarootdir)/applications/ |