Skip to content

Commit

Permalink
rpm: include directory for backup profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jul 21, 2017
1 parent 397a826 commit cdbe1d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm_spec/core-dom0.spec
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ make -C doc DESTDIR=$RPM_BUILD_ROOT \
PYTHON=%{__python3} SPHINXBUILD=sphinx-build-%{python3_version} \
install

mkdir -p $RPM_BUILD_ROOT/etc/qubes/backup


%post
%systemd_post qubes-core.service
Expand Down Expand Up @@ -206,6 +208,7 @@ fi
%defattr(-,root,root,-)
%config(noreplace) %attr(0664,root,qubes) %{_sysconfdir}/qubes/qmemman.conf
%config(noreplace) /etc/dbus-1/system.d/org.qubesos.PolicyAgent.conf
%attr(770,root,qubes) %dir /etc/qubes/backup
/usr/bin/qvm-*
/usr/bin/qubes-*
/usr/bin/qmemmand
Expand Down

0 comments on commit cdbe1d1

Please sign in to comment.