mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 12:53:27 +00:00
caddy: remove builddir fix that is no longer needed
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user