summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-10 12:07:03 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-15 17:00:32 +0100
commit636aaa7dbc649e685233f382cb8dd424345bebd3 (patch)
tree695cdfebbe6673fdc7d8c01cf869127b8896dbda /client
parent4df1d9d1a566af57b23d45ca4377ab77ed9e4d60 (diff)
downloadfreeipa-636aaa7dbc649e685233f382cb8dd424345bebd3.tar.gz
freeipa-636aaa7dbc649e685233f382cb8dd424345bebd3.tar.xz
freeipa-636aaa7dbc649e685233f382cb8dd424345bebd3.zip
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>
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 0a451e593..4c29ee708 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -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