Fix permissions on sqlite build dir
This commit is contained in:
parent
d4ab62307f
commit
45cd08e94e
|
@ -10,4 +10,5 @@ install:
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
export GOPATH="$PWD/go"
|
export GOPATH="$PWD/go"
|
||||||
go get github.com/lighttiger2505/sqls@master
|
go get github.com/lighttiger2505/sqls@master
|
||||||
|
chmod -R u+w,a=u,go-w go
|
||||||
cp go/bin/sqls "${pkg}/usr/local/bin/"
|
cp go/bin/sqls "${pkg}/usr/local/bin/"
|
||||||
|
|
Loading…
Reference in New Issue