Browse Source
caddy: remove builddir fix that is no longer needed
android-5
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
0 additions and
4 deletions
-
packages/caddy/build.sh
|
|
@ -15,10 +15,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() { |
|
|
|