Commit 34e190d8 by Michael DeHaan

Merge pull request #2557 from bcoca/deb_make_reqs

small doc fix for 'make deb'
parents 3f89a3ba 386b736e
...@@ -4,7 +4,7 @@ Ansible Debian Package ...@@ -4,7 +4,7 @@ Ansible Debian Package
To create an Ansible DEB package: To create an Ansible DEB package:
sudo apt-get install python-paramiko python-yaml python-jinja2 sudo apt-get install python-paramiko python-yaml python-jinja2
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot
git clone git://github.com/ansible/ansible.git git clone git://github.com/ansible/ansible.git
cd ansible cd ansible
make deb make deb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment