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>
This commit is contained in:
Timo Aaltonen
2016-02-26 08:29:44 +01:00
committed by Jan Cholasta
parent 4337c4f9c4
commit 872d5903d0
6 changed files with 9 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
NULL =
appdir = $(libdir)/ipa/certmonger
appdir = $(libexecdir)/ipa/certmonger
app_DATA = \
restart_dirsrv \
restart_httpd \