Files
freeipa/install/Makefile.am
T

41 lines
1.3 KiB
Makefile
Raw Normal View History

2009-02-02 13:50:53 -05:00
# This file will be processed with automake-1.7 to create Makefile.in
#
AUTOMAKE_OPTIONS = 1.7
NULL =
SUBDIRS = \
certmonger \
2019-01-30 14:08:38 +01:00
custodia \
2009-02-02 13:50:53 -05:00
html \
migration \
2009-02-02 13:50:53 -05:00
share \
2011-01-19 12:26:14 -05:00
ui \
2009-02-02 13:50:53 -05:00
tools \
updates \
restart_scripts \
2013-04-23 19:54:21 +02:00
wsgi \
oddjob \
2009-02-02 13:50:53 -05:00
$(NULL)
install-exec-local:
$(INSTALL) -d -m 700 $(DESTDIR)$(IPA_SYSCONF_DIR)/custodia
$(INSTALL) -d -m 700 $(DESTDIR)$(localstatedir)/lib/ipa/backup
2016-11-29 11:10:22 -05:00
$(INSTALL) -d -m 700 $(DESTDIR)$(localstatedir)/lib/ipa/gssproxy
$(INSTALL) -d -m 700 $(DESTDIR)$(localstatedir)/lib/ipa/sysrestore
$(INSTALL) -d -m 700 $(DESTDIR)$(localstatedir)/lib/ipa/sysupgrade
$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/lib/ipa/pki-ca
$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/lib/ipa/certs
2018-02-26 10:15:05 +01:00
$(INSTALL) -d -m 700 $(DESTDIR)$(localstatedir)/lib/ipa/private
$(INSTALL) -d -m 700 $(DESTDIR)$(localstatedir)/lib/ipa/passwds
2009-02-02 13:50:53 -05:00
uninstall-local:
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa/sysrestore
2012-06-08 08:31:37 +02:00
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa/sysupgrade
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa/certs
2018-02-26 10:15:05 +01:00
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa/private
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa/passwds
2009-02-02 13:50:53 -05:00
-rmdir $(DESTDIR)$(localstatedir)/lib/ipa
EXTRA_DIST = README.schema