Browse Source

caddy: remove builddir fix that is no longer needed

android-5
Leonid Plyushch 6 years ago
parent
commit
c0027afa18
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/caddy/build.sh

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

Loading…
Cancel
Save