mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
install cryptsetup_tmpfiles.conf
add --with-tmpfilesdir configuration option. Use the option either to override default systemd tmpfiles.d directory location or to specify install location for systems without systemd.
This commit is contained in:
committed by
Milan Broz
parent
3bc124d9d3
commit
9bcc97bc5e
@@ -1 +1,10 @@
|
||||
DISTCLEAN_TARGETS += cryptsetup_tmpfiles.conf
|
||||
DISTCLEAN_TARGETS += scripts/cryptsetup_tmpfiles.conf
|
||||
|
||||
if CRYPTSETUP_TMPFILE
|
||||
tmpfilesd_DATA += scripts/cryptsetup_tmpfiles.conf
|
||||
|
||||
install-data-hooks-tmpfiles:
|
||||
mv $(DESTDIR)$(tmpfilesddir)/cryptsetup_tmpfiles.conf $(DESTDIR)$(tmpfilesddir)/cryptsetup.conf
|
||||
|
||||
INSTALL_DATA_HOOKS += install-data-hooks-tmpfiles
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user