fix build.sh

This commit is contained in:
Luca Bilke 2024-02-08 17:20:07 +01:00
parent adf1fa07e3
commit b7e7316954
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
cp config.mk patches.h dwm-flexipatch/
flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final
for patch in patches/*.diff; do
patch -d dwm-final <"$patch"
done
# for patch in patches/*.diff; do
# patch -d dwm-final <"$patch"
# done
cp config.h dwm-final/
cd dwm-final || exit 1
make clean install DESTDIR="../pkg" PREFIX="/usr"