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.go17 | |
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.go17')
-rw-r--r-- | pkg/deb/Makefile.go17 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/deb/Makefile.go17 b/pkg/deb/Makefile.go17 index 201b32b2..4c3cc73f 100644 --- a/pkg/deb/Makefile.go17 +++ b/pkg/deb/Makefile.go17 @@ -19,8 +19,6 @@ BUILD_DEPENDS+= $(BUILD_DEPENDS_go17) MODULE_BUILD_DEPENDS_go17=,golang-1.7 MODULE_DEPENDS_go17=,golang-1.7 -MODULE_NOARCH_go17= true - define MODULE_PREINSTALL_go17 mkdir -p debian/unit-go1.7/usr/share/doc/unit-go1.7/examples/go-app install -m 644 -p debian/unit.example-go-app debian/unit-go1.7/usr/share/doc/unit-go1.7/examples/go-app/let-my-people.go |