diff options
author | vdrfan <vdrfan@svn> | 2010-07-29 16:35:18 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-07-29 16:35:18 +0000 |
commit | 7ebcdfe12858c527e7998ad6511d8d315c3d8299 (patch) | |
tree | 4418ca1442f7cff9c27665e15d20bb4876ef7c70 /Makefile.in | |
parent | 77583918efc7c92849b9c60a3d37f9b279408c0f (diff) |
fixed: there's no scripts dir anymore. fixes make install
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32302 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 9a4b6c0688..c0c01a658a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -543,7 +543,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/ |