mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 15:55:47 -05:00
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:
committed by
Jan Cholasta
parent
4337c4f9c4
commit
872d5903d0
@@ -1,6 +1,6 @@
|
||||
NULL =
|
||||
|
||||
appdir = $(libdir)/ipa/certmonger
|
||||
appdir = $(libexecdir)/ipa/certmonger
|
||||
app_DATA = \
|
||||
restart_dirsrv \
|
||||
restart_httpd \
|
||||
|
||||
Reference in New Issue
Block a user