summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-08-17 03:34:55 +0200
committerMichael DeHaan <michael.dehaan@gmail.com>2012-08-17 03:34:55 +0200
commiteee2d1afd06039d3ae7ff85ac7bdfa13a96ddb41 (patch)
treeef83aa303f3ec159fe696a85793a3b6c914937c8 /Makefile
parentMerge branch 'devel' of https://github.com/skvidal/ansible into devel (diff)
downloadansible-eee2d1afd06039d3ae7ff85ac7bdfa13a96ddb41.tar.xz
ansible-eee2d1afd06039d3ae7ff85ac7bdfa13a96ddb41.zip
If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files will not be deleted, which is useful only for development debugging purposes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5aab771cdc..38c8e4493d 100644
--- a/Makefile
+++ b/Makefile
@@ -101,8 +101,6 @@ python:
python setup.py build
install:
- mkdir -p /usr/share/ansible
- cp ./library/* /usr/share/ansible/
python setup.py install
sdist: clean