summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2005-02-27 22:17:24 +0000
committerWojciech Polak <polak@gnu.org>2005-02-27 22:17:24 +0000
commitda68abc3a361b6f2932e9feadb8f9b8a470c42a9 (patch)
tree224f78ffc2b1d97106b7293baa883137e3cdc244
parent666bf77b05a0f41b45274a9afec060df23f18f77 (diff)
downloadmailutils-da68abc3a361b6f2932e9feadb8f9b8a470c42a9.tar.gz
mailutils-da68abc3a361b6f2932e9feadb8f9b8a470c42a9.tar.bz2
Added install-exec-hook for creating the symbolic link 'from' to 'frm'.
-rw-r--r--frm/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/frm/Makefile.am b/frm/Makefile.am
index b485af499..39cbdd2a1 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with GNU Automake to create Makefile.in
-## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
@@ -33,3 +33,7 @@ frm_LDADD = \
../mailbox/libmailbox.la\
../lib/libmailutils.la\
@AUTHLIBS@ @MU_COMMON_LIBRARIES@
+
+install-exec-hook:
+ cd $(DESTDIR)$(bindir) && \
+ $(LN_S) frm$(EXEEXT) from$(EXEEXT)

Return to:

Send suggestions and report system problems to the System administrator.