summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-otpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/ipa-otpd/Makefile.am')
-rw-r--r--daemons/ipa-otpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/ipa-otpd/Makefile.am b/daemons/ipa-otpd/Makefile.am
index af82a5fe..83921748 100644
--- a/daemons/ipa-otpd/Makefile.am
+++ b/daemons/ipa-otpd/Makefile.am
@@ -9,7 +9,7 @@ systemdsystemunit_DATA = ipa-otpd.socket ipa-otpd@.service
ipa_otpd_SOURCES = bind.c forward.c main.c parse.c query.c queue.c stdio.c
%.socket: %.socket.in
- @sed -e 's|@krb5kdcdir[@]|$(krb5kdcdir)|g' \
+ @sed -e 's|@krb5rundir[@]|$(krb5rundir)|g' \
-e 's|@UNLINK[@]|@UNLINK@|g' \
$< > $@