fix buildscript

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

View File

@ -3,7 +3,7 @@
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/*.diff; do
for patch in patches/*.patch; do
patch -d dwm-final <"$patch"
done
cp config.h dwm-final/