diff options
author | althekiller <althekiller@svn> | 2009-12-15 06:57:37 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2009-12-15 06:57:37 +0000 |
commit | fab3c475fb50974012263a21b39f03d3c9ef5246 (patch) | |
tree | 9318d2a31a9dbbaf1c8690049cc32f51a0c31d5c /Makefile.in | |
parent | 35f1ab49af07e7a858ed9180a9ebad6fefdd4de9 (diff) |
fixed: Tweaked the skin install excludes list a bit. It was excluding stuff we wanted.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25717 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 0dbdeb718b..db5c2dcd65 100644 --- a/Makefile.in +++ b/Makefile.in @@ -469,7 +469,7 @@ install-datas: install-scripts @# Arch independent files @find 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" @# Skins - @find skin -regextype posix-extended -type f -not -iregex ".*svn.*|.*\.png|.*\.gif" -exec install -D -m 0644 '{}' $(prefix)/share/xbmc/'{}' \; -printf " -- %-75.75f\r" + @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 @mkdir -p $(prefix)/share/applications $(prefix)/share/pixmaps @cp -a tools/Linux/xbmc.png $(prefix)/share/pixmaps/ |