caddy: remove builddir fix that is no longer needed
This commit is contained in:
parent
f45ed59766
commit
2bd2cc13db
@ -16,10 +16,6 @@ termux_step_make() {
|
||||
cd $GOPATH/src/github.com/mholt/caddy/caddy
|
||||
export GO111MODULE=on
|
||||
go build
|
||||
|
||||
# Fix folders without write permissions preventing which fails repeating builds:
|
||||
cd $TERMUX_PKG_BUILDDIR
|
||||
find . -type d -exec chmod u+w {} \;
|
||||
}
|
||||
|
||||
termux_step_make_install() {
|
||||
|
Loading…
Reference in New Issue
Block a user