diff options
author | Chad Smith <chad.smith@canonical.com> | 2017-07-28 13:48:17 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2017-07-28 13:48:17 -0600 |
commit | 664a22021ce278dc4120a5737b21bf6fe5448166 (patch) | |
tree | 5e04e26ac4efe5b21ceb1795ae5e44ee0c2e38dd /Makefile | |
parent | 80bf98b9c7d5197592c8b3e4edb6b958f8b31453 (diff) | |
download | vyos-cloud-init-664a22021ce278dc4120a5737b21bf6fe5448166.tar.gz vyos-cloud-init-664a22021ce278dc4120a5737b21bf6fe5448166.zip |
makefile: fix ci-deps-ubuntu target
Remove errant hyphen in read-dependencies --distro ubuntu parameter for ci-deps-ubuntu.
All system packages can now be installed for ubuntu with make ci-deps-ubuntu".
[author: powersj, review:blackboxsw]
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ pyflakes: pyflakes3: @$(CWD)/tools/run-pyflakes3 - + unittest: clean_pyc nosetests $(noseopts) tests/unittests @@ -54,7 +54,7 @@ unittest3: clean_pyc nosetests3 $(noseopts) tests/unittests ci-deps-ubuntu: - @$(PYVER) $(CWD)/tools/read-dependencies --distro-ubuntu --test-distro + @$(PYVER) $(CWD)/tools/read-dependencies --distro ubuntu --test-distro ci-deps-centos: @$(PYVER) $(CWD)/tools/read-dependencies --distro centos --test-distro |