caddy: remove builddir fix that is no longer needed

This commit is contained in:
Leonid Pliushch 2019-07-04 14:12:16 +03:00
parent f45ed59766
commit 2bd2cc13db
1 changed files with 0 additions and 4 deletions

View File

@ -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() {