From 41aef46b1e680ff41d5109b91ee531cbff232a05 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 2 Sep 2001 17:12:23 +0000 Subject: [PATCH] install kauth as a symlink to kinit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10626 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kuser/Makefile.am b/kuser/Makefile.am index c02088612..b6fcaaeb9 100644 --- a/kuser/Makefile.am +++ b/kuser/Makefile.am @@ -27,3 +27,7 @@ LDADD = \ $(LIB_des) \ $(top_builddir)/lib/asn1/libasn1.la \ $(LIB_roken) + +# make sure install-exec-hook doesn't have any commands in Makefile.am.common +install-exec-hook: + (cd $(DESTDIR)$(bindir) && rm -f kauth && $(LN_S) kinit kauth)