summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/Makefile.go
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2019-12-25 20:00:32 +0300
committerMax Romanov <max.romanov@nginx.com>2019-12-25 20:00:32 +0300
commit693a458b4ea87b7b387bd9d094de2b42be7ecdbd (patch)
tree3e1085dfd5bb037ac9ef9cfcd80e3d62205db63e /pkg/rpm/Makefile.go
parenteced72ba25a1aced3553ac4e8499c4c2befd2a91 (diff)
downloadunit-693a458b4ea87b7b387bd9d094de2b42be7ecdbd.tar.gz
unit-693a458b4ea87b7b387bd9d094de2b42be7ecdbd.tar.bz2
Go: changing import name for "unit.nginx.org/go".
This patch includes packaging changes - update unit-go installation directory.
Diffstat (limited to 'pkg/rpm/Makefile.go')
-rw-r--r--pkg/rpm/Makefile.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/rpm/Makefile.go b/pkg/rpm/Makefile.go
index 8603e994..e3891ab4 100644
--- a/pkg/rpm/Makefile.go
+++ b/pkg/rpm/Makefile.go
@@ -52,8 +52,8 @@ endef
export MODULE_PREINSTALL_go
define MODULE_FILES_go
-%dir %{gopath}/src/nginx/unit
-%{gopath}/src/nginx/unit/*
+%dir %{gopath}/src/unit.nginx.org/go
+%{gopath}/src/unit.nginx.org/go/*
endef
export MODULE_FILES_go