From 3451f36ece47c25c04c1e4e42ebd2390c47a9737 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 27 Apr 2025 20:01:59 +0800 Subject: [PATCH] feat: build sh update --- build.sh => bin/build.sh | 0 makepkg.sh => bin/makepkg.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename build.sh => bin/build.sh (100%) rename makepkg.sh => bin/makepkg.sh (99%) diff --git a/build.sh b/bin/build.sh similarity index 100% rename from build.sh rename to bin/build.sh diff --git a/makepkg.sh b/bin/makepkg.sh similarity index 99% rename from makepkg.sh rename to bin/makepkg.sh index fb602c0..d10fe80 100755 --- a/makepkg.sh +++ b/bin/makepkg.sh @@ -107,7 +107,7 @@ makefe() { } makebe() { - cd ${builddir} + cd ${builddir}/bin #chmod +x mkpkg.sh chmod +x build.sh ./build.sh ${be_args[@]}