summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChewing_Bever2022-12-14 22:06:57 +0100
committerChewing_Bever2022-12-14 22:06:57 +0100
commit4d38bddff0ced3f8bfdaf74c716e99c855d3b575 (patch)
tree7c90cb2410632fa6fd782b445aca4b8572c44633
parentfe443d164718672fdca685c05af794217203a21f (diff)
downloadaur-4d38bddff0ced3f8bfdaf74c716e99c855d3b575.tar.gz
Only create build directory if needed
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0764c133d9cd..3958730a1a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,7 @@ prepare() {
cd "${_pkgbase}"
# create directory for build output
- mkdir build
+ mkdir -p build
# download dependencies
go mod download