mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
xbmc: add script to rename patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b42f8177fc
commit
8bbf762598
5
packages/mediacenter/xbmc/patches/rename.sh
Executable file
5
packages/mediacenter/xbmc/patches/rename.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
for i in `ls xbmc-*.patch`; do
|
||||||
|
mv $i `echo $i | sed "s,$1,$2,g"`
|
||||||
|
done
|
Loading…
x
Reference in New Issue
Block a user