summaryrefslogtreecommitdiffstats
path: root/install/restart_scripts
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@ubuntu.com>2016-02-23 12:10:34 +0100
committerJan Cholasta <jcholast@redhat.com>2016-02-26 08:29:44 +0100
commit872d5903d0d278914d740575b4ef92fa75c44a45 (patch)
tree07a8eab09e906d340cfbc73f6406f4368d60d949 /install/restart_scripts
parent4337c4f9c40b2587280eeff5f99ee8dd03092e17 (diff)
downloadfreeipa-872d5903d0d278914d740575b4ef92fa75c44a45.tar.gz
freeipa-872d5903d0d278914d740575b4ef92fa75c44a45.tar.xz
freeipa-872d5903d0d278914d740575b4ef92fa75c44a45.zip
Move freeipa certmonger helpers to libexecdir.
The scripts in this directory are simple python scripts, nothing arch-specific in them. Having them under libexec would simplify the code a bit too, since there would be no need to worry about lib vs lib64 (which also cause trouble on Debian). https://fedorahosted.org/freeipa/ticket/5586 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'install/restart_scripts')
-rw-r--r--install/restart_scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/restart_scripts/Makefile.am b/install/restart_scripts/Makefile.am
index c4bf8195e..dd949a940 100644
--- a/install/restart_scripts/Makefile.am
+++ b/install/restart_scripts/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-appdir = $(libdir)/ipa/certmonger
+appdir = $(libexecdir)/ipa/certmonger
app_DATA = \
restart_dirsrv \
restart_httpd \