From 15b266d9f14dad26da8678a79019749d0f69532e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 13 Oct 2010 09:33:13 -0400 Subject: Rename upgrade_config.py and build it properly Previously, we were just copying the script into the libexec dir during installation. However, this causes problems for packaging multilib on several distributions. https://fedorahosted.org/sssd/ticket/641 --- src/config/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/setup.py') diff --git a/src/config/setup.py b/src/config/setup.py index 46a81060..16cc5407 100644 --- a/src/config/setup.py +++ b/src/config/setup.py @@ -31,5 +31,6 @@ setup( py_modules=[ 'SSSDConfig', 'ipachangeconf', + 'sssd_upgrade_config', ], ) -- cgit