summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Makefile
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-02-08 19:38:37 +0300
committerAndrei Belov <defan@nginx.com>2018-02-08 19:38:37 +0300
commitc424e92fed8d1ce2f11cd7f59239dda97e7efd24 (patch)
tree66b397a9b9a188cd37eedadff8bab597a6337413 /pkg/docker/Makefile
parent7daf2cbfef4b48d1519c04e9969746fdc8dbfeb3 (diff)
downloadunit-c424e92fed8d1ce2f11cd7f59239dda97e7efd24.tar.gz
unit-c424e92fed8d1ce2f11cd7f59239dda97e7efd24.tar.bz2
Docker: typo fixed.
Diffstat (limited to 'pkg/docker/Makefile')
-rw-r--r--pkg/docker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile
index 5259deed..0c5a50ff 100644
--- a/pkg/docker/Makefile
+++ b/pkg/docker/Makefile
@@ -24,7 +24,7 @@ MODULE_go1.8-dev="unit=$${UNIT_VERSION} unit-go1.8=$${UNIT_VERSION} gcc"
MODULE_perl5.24="unit=$${UNIT_VERSION} unit-perl=$${UNIT_VERSION}"
-MODULE_full="unit=$${UNIT_VERSION} unit-php=$${UNIT_VERSION} unit-python2.7=$${UNIT_VERSION} unit-python3.5=$${UNIT_VERSION} unit-perl==$${UNIT_VERSION}"
+MODULE_full="unit=$${UNIT_VERSION} unit-php=$${UNIT_VERSION} unit-python2.7=$${UNIT_VERSION} unit-python3.5=$${UNIT_VERSION} unit-perl=$${UNIT_VERSION}"
MODULE_minimal="unit=$${UNIT_VERSION}"