aboutsummaryrefslogtreecommitdiff
path: root/infcloud.spec
diff options
context:
space:
mode:
Diffstat (limited to 'infcloud.spec')
-rw-r--r--infcloud.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/infcloud.spec b/infcloud.spec
index 125e12b..98b927b 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -29,9 +29,11 @@ customizations. Use at your own risk!
%{buildroot}%{_sysconfdir}/%{name} \
%{buildroot}%{_sbindir}
%{__cp} -pr * %{buildroot}%{_datadir}/%{name}
-mv %{buildroot}%{_datadir}/%{name}/radicale_infcloud/web/config.js %{buildroot}%{_sysconfdir}/%{name}/
%{__install} -m0755 update-infcloud-cache %{buildroot}%{_sbindir}/update-infcloud-cache
+mv %{buildroot}%{_datadir}/%{name}/radicale_infcloud/web/config.js %{buildroot}%{_sysconfdir}/%{name}/
+mv %{buildroot}%{_datadir}/%{name}/radicale_infcloud/web/cache.manifest %{buildroot}%{_sysconfdir}/%{name}/
ln -s %{_sysconfdir}/%{name}/config.js %{buildroot}%{_datadir}/%{name}/radicale_infcloud/web/config.js
+ln -s %{_sysconfdir}/%{name}/cache.manifest %{buildroot}%{_datadir}/%{name}/radicale_infcloud/web/cache.manifest
%files
%{_datadir}/%{name}
bgstack15