Skip to content

Commit

Permalink
Install compatibility symlinks for kadmin and ktutil.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jun 11, 2014
1 parent 5fd158d commit 31be932
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ man_MANS = ktutil.1

bin_PROGRAMS = ktutil

# Install a symbolic link from ${sbindir}/ktutil to ${bindir}/ktutil for
# backwards compatibility

install-exec-hook::
$(LN_S) $(bindir)/ktutil $(DESTDIR)$(sbindir)/ktutil

dist_ktutil_SOURCES = \
add.c \
change.c \
Expand Down
6 changes: 6 additions & 0 deletions kadmin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ AM_CPPFLAGS += $(INCLUDE_libintl) $(INCLUDE_readline) $(INCLUDE_hcrypto) -I$(src

bin_PROGRAMS = kadmin

# Install a symbolic link from ${sbindir}/kadmin to ${bindir}/kadmin for
# backwards compatibility

install-exec-hook::
$(LN_S) $(bindir)/kadmin $(DESTDIR)$(sbindir)/kadmin

libexec_PROGRAMS = kadmind

man_MANS = kadmin.1 kadmind.8
Expand Down

0 comments on commit 31be932

Please sign in to comment.