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
commit22ce015913c482308d499572bd24389bca98a0e5 (patch)
treec62353e1152ebb015ca9ba8512713e85c1b388bd /setup-client.py
parentdf187a4b4a9a2eeac8b11152de0cdc250e55cfb1 (diff)
downloadfreeipa-22ce015913c482308d499572bd24389bca98a0e5.tar.gz
freeipa-22ce015913c482308d499572bd24389bca98a0e5.tar.xz
freeipa-22ce015913c482308d499572bd24389bca98a0e5.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"])],
)