summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfantasyzhjk2020-03-31 20:56:44 +0800
committerfantasyzhjk2020-03-31 20:56:44 +0800
commiteb49b65380646f9874fe1d0cfc0efc90bac9b136 (patch)
treea5f5b40ef1aa24d03d98c8085ac26c2b272c432f
parent1d8306176a08c1c52a700eab913c6f710bfc3a05 (diff)
downloadaur-eb49b65380646f9874fe1d0cfc0efc90bac9b136.tar.gz
autofishbot-git
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 264751f980db..37ca6efdc5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${pkgname}"
- install -d "${srcdir}/go/src/github.com/MscBaiMeow/"
+ install -m777 -d "${srcdir}/go/src/github.com/MscBaiMeow/"
ln -sf "${srcdir}/${pkgname}" "${srcdir}/go/src/github.com/MscBaiMeow/AutoFishingBot"
cd "${srcdir}/go/src/github.com/MscBaiMeow/AutoFishingBot"
export GOPATH="${srcdir}/go"