Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
da68abc3
...
da68abc3a361b6f2932e9feadb8f9b8a470c42a9
authored
2005-02-27 22:17:24 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added install-exec-hook for creating the symbolic link 'from' to 'frm'.
1 parent
666bf77b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
frm/Makefile.am
frm/Makefile.am
View file @
da68abc
## 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)
...
...
Please
register
or
sign in
to post a comment