update buildscript

This commit is contained in:
Luca Bilke 2024-02-28 00:50:34 +01:00
parent aabfb732f1
commit b60dc47295
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
2 changed files with 2 additions and 2 deletions

View File

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