mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
797a64b370
The sshd_ipa.conf.template must be shipped with the client pkgs in /usr/share/ipa/client but is currently delivered in /usr/share/ipa. Fix the file location. Fixes: https://pagure.io/freeipa/issue/8400 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
18 lines
298 B
Makefile
18 lines
298 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/client
|
|
dist_app_DATA = \
|
|
freeipa.template \
|
|
sshd_ipa.conf.template \
|
|
$(NULL)
|
|
|
|
epnconfdir = $(IPA_SYSCONF_DIR)
|
|
dist_epnconf_DATA = \
|
|
epn.conf \
|
|
$(NULL)
|
|
|
|
epntemplatedir = $(IPA_SYSCONF_DIR)/epn
|
|
dist_epntemplate_DATA = \
|
|
expire_msg.template \
|
|
$(NULL)
|