summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/go
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules/go')
-rw-r--r--auto/modules/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules/go b/auto/modules/go
index 847938ea..c31dbe94 100644
--- a/auto/modules/go
+++ b/auto/modules/go
@@ -109,7 +109,7 @@ install: ${NXT_GO}-install
${NXT_GO}-install: ${NXT_GO}
install -d \$(DESTDIR)\$(GOPATH)/src/unit
- install -p ./src/go/unit/* \$(DESTDIR)\$(GOPATH)/src/unit/
+ install -p -m644 ./src/go/unit/* \$(DESTDIR)\$(GOPATH)/src/unit/
CGO_CFLAGS="-I\$(NXT_ROOT)/$NXT_BUILD_DIR -I\$(NXT_ROOT)/src" \\
CGO_LDFLAGS="-L\$(NXT_ROOT)/$NXT_BUILD_DIR ${NXT_LIBRT}" \\
GOPATH=\$(DESTDIR)\$(GOPATH) \\