mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
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.
11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
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
|