update buildscript

This commit is contained in:
Luca Bilke 2024-02-28 00:50:41 +01:00
parent ba3c84da75
commit 57f441fe2e
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
cp -f config.mk Makefile patches.h st-flexipatch/
flexipatch-finalizer/flexipatch-finalizer.sh -r -d st-flexipatch -o st-final
rm st-flexipatch/config.mk st-flexipatch/patches.h
git -C st-flexipatch reset --hard HEAD && git -C st-flexipatch clean -fd
for patch in patches/*.diff; do
patch -d st-final <"$patch"
done