From 54520064989c8a9e45bcaea2e9463c7a62416c0a Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Fri, 13 May 2016 08:40:53 +0200 Subject: build: fix client-only build https://fedorahosted.org/freeipa/ticket/5889 Reviewed-By: Martin Basti --- setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 006f34e70..960a8f230 100755 --- a/setup.py +++ b/setup.py @@ -83,6 +83,4 @@ setup( 'ipaserver.install.plugins', 'ipaserver.install.server', ], - scripts=['ipa'], - data_files = [('share/man/man1', ["ipa.1"])], ) -- cgit