mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
0f6636410d
@ -56,9 +56,10 @@ for i in $BUILD/$1-*; do
|
||||
break
|
||||
fi
|
||||
done
|
||||
# trigger unpack / full rebuild on any patch change
|
||||
for patch in $PKG_DIR/patches/* $PKG_DIR/patches.upstream/*; do
|
||||
if [ -f "$patch" -a "$patch" -nt "$i/.openelec-unpack" ]; then
|
||||
# trigger unpack / full rebuild on any patch / script / etc.. change
|
||||
# TODO: rewwork $PKG_DIR/scripts -> $PKG_DIR/filesystem/....
|
||||
for file in $PKG_DIR/{patches,patches.upstream,scripts}/* ; do
|
||||
if [ -f "$file" -a "$file" -nt "$i/.openelec-unpack" ]; then
|
||||
CLEAN_SOURCE=yes
|
||||
break
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user