summaryrefslogtreecommitdiffstats
path: root/setup-client.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2014-09-17 11:52:37 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-23 20:28:47 +0200
commit449d10b85cf2fe6a5b41bf167419f2432e752ad1 (patch)
tree80130ef03d69c80e5c3845bd2a3300dfa89a38b8 /setup-client.py
parent9fa8cff6da6b6b85aa5b03028386f159fc816124 (diff)
downloadfreeipa-449d10b85cf2fe6a5b41bf167419f2432e752ad1.tar.gz
freeipa-449d10b85cf2fe6a5b41bf167419f2432e752ad1.tar.xz
freeipa-449d10b85cf2fe6a5b41bf167419f2432e752ad1.zip
Include the ipa command in client-only build
https://fedorahosted.org/freeipa/ticket/4536 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'setup-client.py')
-rwxr-xr-xsetup-client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup-client.py b/setup-client.py
index a42444054..802df3217 100755
--- a/setup-client.py
+++ b/setup-client.py
@@ -35,4 +35,6 @@ setup(
'ipalib',
'ipalib.plugins',
],
+ scripts=['ipa'],
+ data_files = [('share/man/man1', ["ipa.1"])],
)