From 69a0abafa96f257ff99a392b988087352f9939b5 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 28 Feb 2024 00:50:18 +0100 Subject: [PATCH] update buildscript --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 82263e1..1345af3 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ cp config.mk patches.h dmenu-flexipatch/ flexipatch-finalizer/flexipatch-finalizer.sh -r -d dmenu-flexipatch -o dmenu-final -rm dmenu-flexipatch/config.mk dmenu-flexipatch/patches.h +git -C st-flexipatch reset --hard HEAD && git -C st-flexipatch clean -fd # for patch in patches/*.diff; do # patch -d dmenu-final <"$patch" # done