Skip to content

Commit

Permalink
Merge pull request #54 from sailfishos/jb53868_fix
Browse files Browse the repository at this point in the history
Remove ghost dirs from home partition.
  • Loading branch information
Tomin1 authored Jun 17, 2021
2 parents 894e77d + 44d8883 commit f1c9d60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rpm/sailjail.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ install -m644 daemon/systemd/sailjaild.service %{buildroot}%{_unitdir}
ln -s ../sailjaild.service %{buildroot}%{_unitdir}/multi-user.target.wants/
install -d %{buildroot}%{_sysconfdir}/dbus-1/system.d
install -m644 daemon/dbus/sailjaild.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/sailjaild.conf
install -d %{buildroot}%{_sharedstatedir}/sailjail/settings
install -d %{buildroot}%{_sysconfdir}/sailjail/config
install -d %{buildroot}%{_sysconfdir}/sailjail/applications

Expand Down Expand Up @@ -131,8 +130,6 @@ make HAVE_FIREJAIL=%{jailfish} -C unit test
%{_unitdir}/*.service
%{_unitdir}/multi-user.target.wants/*.service
%config %{_sysconfdir}/dbus-1/system.d/sailjaild.conf
%attr(0755,root,root) %dir %ghost %{_sharedstatedir}/sailjail
%attr(0750,root,root) %dir %ghost %{_sharedstatedir}/sailjail/settings
%dir %{_sysconfdir}/sailjail
%dir %{_sysconfdir}/sailjail/config
%dir %{_sysconfdir}/sailjail/applications

0 comments on commit f1c9d60

Please sign in to comment.