From b910683e19356390351a6b82240762969ecf89c0 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Nov 09 2016 12:08:32 +0000 Subject: Build: fix distribution and installation of update LDIFs 10-ipapwd.update file was missing in Makefile.am and thus missing in tarball and installed system. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti Reviewed-By: Christian Heimes --- diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index 455fd20..b1177d8 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -5,6 +5,7 @@ app_DATA = \ 05-pre_upgrade_plugins.update \ 10-config.update \ 10-enable-betxn.update \ + 10-ipapwd.update \ 10-selinuxusermap.update \ 10-rootdse.update \ 10-uniqueness.update \