mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-30 08:07:56 -05:00
PR https://github.com/freeipa/freeipa/pull/1747 added the first template for FreeIPA client package. The template file was added to server templates, which broke client-only builds. The template is now part of a new subdirectory for client package shared data. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
7 lines
91 B
Makefile
7 lines
91 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/client
|
|
dist_app_DATA = \
|
|
freeipa.template \
|
|
$(NULL)
|