Build: move client directory handling from SPEC to Makefile.am

This is next step towards fully functional make install.

https://fedorahosted.org/freeipa/ticket/6418

Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Petr Spacek
2016-11-10 12:07:03 +01:00
committed by Martin Basti
parent 4df1d9d1a5
commit 636aaa7dbc
2 changed files with 3 additions and 3 deletions

View File

@@ -122,3 +122,6 @@ MAINTAINERCLEANFILES = \
version.m4 \
$(NULL)
install-data-hook:
$(INSTALL) -d -m 755 $(DESTDIR)$(IPA_SYSCONF_DIR)/nssdb
$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/lib/ipa-client/sysrestore