From db7631625571dd1beae2339ce926352e4383637a Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 9 Feb 2024 10:16:56 +0100 Subject: [PATCH] update build script --- build.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build.sh b/build.sh index 1c2e011..82263e1 100755 --- a/build.sh +++ b/build.sh @@ -2,15 +2,8 @@ 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 # for patch in patches/*.diff; do # patch -d dmenu-final <"$patch" # done cp config.h dmenu-final/ -cd dmenu-final || exit 1 -make clean install DESTDIR="../pkg" PREFIX="/usr" -cd - || exit 1 - -# xbps-create -A x86_64 \ -# -n "dmenu-dev-1.0.0_1" \ -# -s "Test build of dmenu" \ -# pkg