summaryrefslogtreecommitdiffstats
path: root/ipaclient
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-05-13 08:40:53 +0200
committerMartin Basti <mbasti@redhat.com>2016-05-19 15:52:06 +0200
commit54520064989c8a9e45bcaea2e9463c7a62416c0a (patch)
treed8b4b8c84fe72adf0ac13dac7cd26baa9e0f8125 /ipaclient
parent1276083d95b41c91796cae9f8635fa4c89635bbd (diff)
downloadfreeipa-54520064989c8a9e45bcaea2e9463c7a62416c0a.tar.gz
freeipa-54520064989c8a9e45bcaea2e9463c7a62416c0a.tar.xz
freeipa-54520064989c8a9e45bcaea2e9463c7a62416c0a.zip
build: fix client-only build
https://fedorahosted.org/freeipa/ticket/5889 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaclient')
-rw-r--r--ipaclient/setup.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaclient/setup.py.in b/ipaclient/setup.py.in
index af41aea53..47c9b8485 100644
--- a/ipaclient/setup.py.in
+++ b/ipaclient/setup.py.in
@@ -61,6 +61,8 @@ def setup_package():
package_dir = {'ipaclient': ''},
packages = ["ipaclient",
],
+ scripts=['../ipa'],
+ data_files = [('share/man/man1', ["../ipa.1"])],
)
finally:
del sys.path[0]