mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
golang: Update files installed
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ define GoCompiler/Default/Install/Bin
|
|||||||
|
|
||||||
$(INSTALL_DATA) -p $(1)/VERSION $(2)/lib/go-$(3)/
|
$(INSTALL_DATA) -p $(1)/VERSION $(2)/lib/go-$(3)/
|
||||||
|
|
||||||
for file in AUTHORS CONTRIBUTING.md CONTRIBUTORS LICENSE PATENTS README README.md; do \
|
for file in AUTHORS CONTRIBUTING.md CONTRIBUTORS LICENSE PATENTS README.md SECURITY.md; do \
|
||||||
if [ -f $(1)/$$$$file ]; then \
|
if [ -f $(1)/$$$$file ]; then \
|
||||||
$(INSTALL_DATA) -p $(1)/$$$$file $(2)/share/go-$(3)/ ; \
|
$(INSTALL_DATA) -p $(1)/$$$$file $(2)/share/go-$(3)/ ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ GO_VERSION_PATCH:=7
|
|||||||
|
|
||||||
PKG_NAME:=golang
|
PKG_NAME:=golang
|
||||||
PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PATCH))
|
PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PATCH))
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
GO_SOURCE_URLS:=https://dl.google.com/go/ \
|
GO_SOURCE_URLS:=https://dl.google.com/go/ \
|
||||||
https://mirrors.ustc.edu.cn/golang/ \
|
https://mirrors.ustc.edu.cn/golang/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user