summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-01 18:02:16 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commitb910683e19356390351a6b82240762969ecf89c0 (patch)
tree4303c3f3b8a35d53ad633f0e20fe8ff9fff48f11 /install
parent24525fd086450616d4edd2aaf26dec868ff80ea9 (diff)
downloadfreeipa-b910683e19356390351a6b82240762969ecf89c0.tar.gz
freeipa-b910683e19356390351a6b82240762969ecf89c0.tar.xz
freeipa-b910683e19356390351a6b82240762969ecf89c0.zip
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 <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/updates/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index 455fd209d..b1177d89d 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 \