bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] mailutils 0.2/CVS: folders link in mh/Makefile.im


From: Andreas Voegele
Subject: [bug-mailutils] mailutils 0.2/CVS: folders link in mh/Makefile.im
Date: Tue, 31 Dec 2002 10:14:31 +0100

The target of the following link in mh/Makefile.am should not contain
$(DESTDIR), i.e.

install-exec-hook:
        -rm -f $(DESTDIR)$(bindir)/folders
        $(LN_S) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders

should be replaced with

install-exec-hook:
        -rm -f $(DESTDIR)$(bindir)/folders
        $(LN_S) $(bindir)/folder $(DESTDIR)$(bindir)/folders

BTW, why is this link created?  Mailutils does not provide the command
folder.  Thus the link points to nowhere if MH is not installed.
Furthermore, doesn't MH provide the command folders?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]