diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-08-11 12:48:32 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-08-11 12:52:45 -0400 |
commit | 37b8834d38492c5a8e7ef4f131a0ff3f455276dd (patch) | |
tree | fba84de8d7e4ea21a38243a1b9c9281287218187 /contrib | |
parent | 45e673848e528a1447d00ced6019e16e69acb5de (diff) | |
download | sssd-37b8834d38492c5a8e7ef4f131a0ff3f455276dd.tar.gz sssd-37b8834d38492c5a8e7ef4f131a0ff3f455276dd.tar.xz sssd-37b8834d38492c5a8e7ef4f131a0ff3f455276dd.zip |
Fix broken RHEL5 build
RPM in RHEL 5 requires %ghost entries to be present in the build
root.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 96c15c54..2639f3a2 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -193,6 +193,7 @@ make install DESTDIR=$RPM_BUILD_ROOT # Copy SSSDConfig API files mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sssd +touch $RPM_BUILD_ROOT/%{_sysconfdir}/sssd/sssd.conf install -m444 src/config/etc/sssd.api.conf $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.api.conf install -m444 src/config/etc/sssd.api.d/* $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.api.d/ |