Commit b84111be4ec8834ec2e06b92f228041909f8ea0b
- Diff rendering mode:
- inline
- side by side
Makefile.in
(1 / 1)
|   | |||
| 509 | 509 | @echo "Done!" | |
| 510 | 510 | @echo "Copying system files to $(prefix)/share/xbmc" | |
| 511 | 511 | @# Arch independent files | |
| 512 | @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" | ||
| 512 | @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" | ||
| 513 | 513 | @# Skins | |
| 514 | 514 | @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" | |
| 515 | 515 | @# Icons and links |
Comments
Add your comment
Please log in to comment



Add a new comment:
Login or create an account to post a comment