forcer maj build

This commit is contained in:
Jephté Clain 2024-05-16 10:08:29 +04:00
parent cd09a07cda
commit 286fce6cca
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ fi
rsync -lpt "$MYDIR/Dockerfile.rundk" "$rundir/"
if [ -n "$projdir" ]; then
if should_update "$rundir/build" "$MYDIR/build"; then
if testdiff "$rundir/build" "$MYDIR/build"; then
cp "$MYDIR/build" "$rundir/build"
chmod +x "$rundir/build"
fi