remove scripts from install

This commit is contained in:
Gujs 2011-01-23 12:57:37 +01:00
parent f657cbac5e
commit 6a628f3b03

View File

@ -40,7 +40,7 @@ cd $PKG_BUILD
-iregex ".*-linux.*|.*\.vis|.*\.xbs" \ -iregex ".*-linux.*|.*\.vis|.*\.xbs" \
-exec install -D "{}" $ROOT/$INSTALL/usr/lib/xbmc/"{}" ";" -exec install -D "{}" $ROOT/$INSTALL/usr/lib/xbmc/"{}" ";"
find addons language media scripts sounds userdata system \ find addons language media sounds userdata system \
-regextype posix-extended -type f \ -regextype posix-extended -type f \
-not -iregex ".*-linux.*|.*\.vis|.*\.xbs|.*svn.*|.*\.orig|.*\.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/"{}" ";" -exec install -D -m 0644 "{}" $ROOT/$INSTALL/usr/share/xbmc/"{}" ";"