diff options
author | althekiller <althekiller@svn> | 2010-03-12 06:30:37 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2010-03-12 06:30:37 +0000 |
commit | a6bc1d24973d33941357fa6afb33fca35c6867a3 (patch) | |
tree | 18e5f007c9cf4f8eba79cba31e2e7ddea24f65ba /Makefile.in | |
parent | 2f7fa802cf76b120a971f494c4c3fcbe57ad1438 (diff) |
fixed: Visualizations weren't being installed correctly as per addons changes
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28561 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 f1676e183d..23fdd04322 100644 --- a/Makefile.in +++ b/Makefile.in @@ -509,7 +509,7 @@ install-datas: install-scripts @echo "Done!" @echo "Copying system files to $(prefix)/share/xbmc" @# Arch independent files - @find addons language media scripts sounds userdata visualisations system -regextype posix-extended -type f -not -iregex ".*svn.*|.*\.so|.*\.dll|.*\.pyd|.*python/.*\.zlib|.*\.vis" -exec install -D -m 0644 "{}" $(prefix)/share/xbmc/"{}" \; -printf " -- %-75.75f\r" + @find addons language media scripts sounds userdata system -regextype posix-extended -type f -not -iregex ".*svn.*|.*\.so|.*\.dll|.*\.pyd|.*python/.*\.zlib" -exec install -D -m 0644 "{}" $(prefix)/share/xbmc/"{}" \; -printf " -- %-75.75f\r" @# Skins @find skin -regextype posix-extended -type f -not -iregex '.*/\.svn/.*|^skin/[^/]*/media/.*[^x][^b][^t]' -exec install -D -m 0644 '{}' $(prefix)/share/xbmc/'{}' \; -printf " -- %-75.75f\r" @# Icons and links |