diff options
| author | Petr Spacek <pspacek@redhat.com> | 2016-11-07 09:15:42 +0100 |
|---|---|---|
| committer | Martin Babinsky <mbabinsk@redhat.com> | 2016-11-09 13:08:32 +0100 |
| commit | 4ce3aa3b12004ca4eb29e4bbca415a585fbd432f (patch) | |
| tree | 60cee48224f1366a0d181caca01d790b2c3bd55a | |
| parent | dc5699a8a40dd27ffd25d9ad3185ba40d93ec95b (diff) | |
Build: remove unused dirs /var/cache/ipa/{sysupgrade,sysrestore} from SPEC
These directories were not used at all.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
| -rw-r--r-- | freeipa.spec.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index c64a74600..297b845dd 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -766,8 +766,6 @@ rm %{buildroot}/%{_libdir}/samba/pdb/ipasam.la # Some user-modifiable HTML files are provided. Move these to /etc # and link back. mkdir -p %{buildroot}/%{_sysconfdir}/ipa/html -mkdir -p %{buildroot}/%{_localstatedir}/cache/ipa/sysrestore -mkdir -p %{buildroot}/%{_localstatedir}/cache/ipa/sysupgrade mkdir %{buildroot}%{_usr}/share/ipa/html/ ln -s ../../../..%{_sysconfdir}/ipa/html/ffconfig.js \ %{buildroot}%{_usr}/share/ipa/html/ffconfig.js |
