forked from platypush/platypush
Fix: /var/lib/platypush is still empty at the time of package creation.
This commit is contained in:
parent
7ca2159acb
commit
cbc58c7330
1 changed files with 0 additions and 2 deletions
|
@ -76,7 +76,6 @@ install -p -Dm0644 "${BUILD_DIR}/usr/lib/sysusers.d/platypush.conf" %{buildroot}
|
||||||
/usr/lib/systemd/user/*
|
/usr/lib/systemd/user/*
|
||||||
%defattr(750,platypush,platypush,750)
|
%defattr(750,platypush,platypush,750)
|
||||||
%dir /var/lib/platypush
|
%dir /var/lib/platypush
|
||||||
/var/lib/platypush/*
|
|
||||||
%{_sysusersdir}/platypush.conf
|
%{_sysusersdir}/platypush.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -180,7 +179,6 @@ install -p -Dm0644 "${BUILD_DIR}/usr/lib/sysusers.d/platypush.conf" %{buildroot}
|
||||||
/usr/lib/systemd/user/*
|
/usr/lib/systemd/user/*
|
||||||
%defattr(750,platypush,platypush,750)
|
%defattr(750,platypush,platypush,750)
|
||||||
%dir /var/lib/platypush
|
%dir /var/lib/platypush
|
||||||
/var/lib/platypush/*
|
|
||||||
%{_sysusersdir}/platypush.conf
|
%{_sysusersdir}/platypush.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
Loading…
Reference in a new issue