mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc-dharma: dont install *.orig files (created from various patches)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c72aed3d6e
commit
d4a525bd97
@ -21,7 +21,7 @@ cd $PKG_BUILD
|
||||
|
||||
find addons language media scripts sounds userdata system \
|
||||
-regextype posix-extended -type f \
|
||||
-not -iregex ".*-linux.*|.*\.vis|.*\.xbs|.*svn.*|.*\.so|.*\.dll|.*\.pyd|.*python/.*\.zlib" \
|
||||
-not -iregex ".*-linux.*|.*\.vis|.*\.xbs|.*svn.*|.*\.orig|.*\.so|.*\.dll|.*\.pyd|.*python/.*\.zlib" \
|
||||
-exec install -D -m 0644 "{}" $ROOT/$INSTALL/usr/share/xbmc/"{}" ";"
|
||||
cd -
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user