summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-install/Makefile')
-rw-r--r--ipa-server/ipa-install/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/ipa-server/ipa-install/Makefile b/ipa-server/ipa-install/Makefile
index 40a39b576..46be2c721 100644
--- a/ipa-server/ipa-install/Makefile
+++ b/ipa-server/ipa-install/Makefile
@@ -1,5 +1,4 @@
-SHAREDIR=$(DESTDIR)/usr/share/ipa
-SBINDIR=$(DESTDIR)/usr/sbin
+include ../Makefile.common
all: ;
@@ -7,9 +6,13 @@ install:
-mkdir $(SBINDIR)
install -m 755 ipa-server-install $(SBINDIR)
install -m 755 ipa-server-setupssl $(SHAREDIR)
- $(MAKE) -C share $@
+
+ -mkdir -p $(SHAREDIR)
+ install -m 644 share/*.ldif $(SHAREDIR)
+ install -m 644 share/*.template $(SHAREDIR)
+
$(MAKE) -C test $@
clean:
- $(MAKE) -C share $@
rm -f *~ *.pyc
+ rm -f share/*~