mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/unpack: force rebuild on scripts/* change
This commit is contained in:
parent
88636d5472
commit
275542d635
@ -56,9 +56,10 @@ for i in $BUILD/$1-*; do
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# trigger unpack / full rebuild on any patch change
|
# trigger unpack / full rebuild on any patch / script / etc.. change
|
||||||
for patch in $PKG_DIR/patches/* $PKG_DIR/patches.upstream/*; do
|
# TODO: rewwork $PKG_DIR/scripts -> $PKG_DIR/filesystem/....
|
||||||
if [ -f "$patch" -a "$patch" -nt "$i/.openelec-unpack" ]; then
|
for file in $PKG_DIR/{patches,patches.upstream,scripts}/* ; do
|
||||||
|
if [ -f "$file" -a "$file" -nt "$i/.openelec-unpack" ]; then
|
||||||
CLEAN_SOURCE=yes
|
CLEAN_SOURCE=yes
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user