Skip to content

Commit

Permalink
Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Nov 5, 2023
1 parent d657ab7 commit 77cdc17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install-vm-common:
install -D qubes.Gpg.service $(DESTDIR)/etc/qubes-rpc/qubes.Gpg
install -D qubes.GpgImportKey.service $(DESTDIR)/etc/qubes-rpc/qubes.GpgImportKey
install -D qubes-gpg.sh $(DESTDIR)/etc/profile.d/qubes-gpg.sh
install -D qubes-gpg-split.tmpfiles $(DESTDIR)/etc/tmpfiles.d/qubes-gpg-split.conf
install -D qubes-gpg-split.tmpfiles $(DESTDIR)/usr/lib/tmpfiles.d/qubes-gpg-split.conf
make -C tests install-vm
make -C doc install

Expand Down
2 changes: 1 addition & 1 deletion debian/qubes-gpg-split.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ usr/bin/qubes-gpg-import-key
etc/qubes-rpc/qubes.Gpg
etc/qubes-rpc/qubes.GpgImportKey
etc/profile.d/qubes-gpg.sh
etc/tmpfiles.d/qubes-gpg-split.conf
usr/lib/tmpfiles.d/qubes-gpg-split.conf
usr/share/man/man1/qubes-gpg-client.1.gz
usr/share/man/man1/qubes-gpg-client-wrapper.1.gz
usr/share/man/man1/qubes-gpg-import-key.1.gz
2 changes: 1 addition & 1 deletion rpm_spec/gpg-split.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
/etc/qubes-rpc/qubes.Gpg
/etc/qubes-rpc/qubes.GpgImportKey
/etc/profile.d/qubes-gpg.sh
/etc/tmpfiles.d/qubes-gpg-split.conf
/usr/lib/tmpfiles.d/qubes-gpg-split.conf
%{_mandir}/man1/qubes-gpg-client.1*
%{_mandir}/man1/qubes-gpg-client-wrapper.1*
%{_mandir}/man1/qubes-gpg-import-key.1*
Expand Down

0 comments on commit 77cdc17

Please sign in to comment.