mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
531eca4308
systemd 239 complains about the legacy of ipa's tmpfiles which are located on /var/run. Fixes: https://pagure.io/freeipa/issue/7732 Reviewed-By: Christian Heimes <cheimes@redhat.com>
11 lines
163 B
Makefile
11 lines
163 B
Makefile
dist_noinst_DATA = \
|
|
ipa.conf.in
|
|
|
|
systemdtmpfiles_DATA = \
|
|
ipa.conf
|
|
|
|
CLEANFILES = $(systemdtmpfiles_DATA)
|
|
|
|
%: %.in Makefile
|
|
cp '$(srcdir)/$@.in' $@
|