diff options
author | Andrei Belov <defan@nginx.com> | 2018-11-29 12:10:16 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-11-29 12:10:16 +0300 |
commit | 63d16aa5f6faf6c96188188c58b4a369ec4f3a4c (patch) | |
tree | 5881cf52236ea9f70f6e29068f2dc0270a89b957 /pkg/deb/Makefile.go110 | |
parent | db631917190c44b3b55a15e4e5e88aa92e6b5334 (diff) | |
download | unit-63d16aa5f6faf6c96188188c58b4a369ec4f3a4c.tar.gz unit-63d16aa5f6faf6c96188188c58b4a369ec4f3a4c.tar.bz2 |
Packages: made unit-go architecture-dependent.
This closes #172 issue on GitHub.
Diffstat (limited to 'pkg/deb/Makefile.go110')
-rw-r--r-- | pkg/deb/Makefile.go110 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/deb/Makefile.go110 b/pkg/deb/Makefile.go110 index 863f7c90..9fb3da9d 100644 --- a/pkg/deb/Makefile.go110 +++ b/pkg/deb/Makefile.go110 @@ -19,8 +19,6 @@ BUILD_DEPENDS+= $(BUILD_DEPENDS_go110) MODULE_BUILD_DEPENDS_go110=,golang-1.10 MODULE_DEPENDS_go110=,golang-1.10 -MODULE_NOARCH_go110= true - define MODULE_PREINSTALL_go110 mkdir -p debian/unit-go1.10/usr/share/doc/unit-go1.10/examples/go-app install -m 644 -p debian/unit.example-go-app debian/unit-go1.10/usr/share/doc/unit-go1.10/examples/go-app/let-my-people.go |