bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] folders link not created correctly


From: Andreas Voegele
Subject: [bug-mailutils] folders link not created correctly
Date: Sun, 20 Jul 2003 12:33:57 +0200

There's a bug in mh/Makefile.am.  The link from folders to folder
isn't created correctly if DESTDIR is set.

diff -u -r mailutils-0.3.1.orig/mh/Makefile.in mailutils-0.3.1/mh/Makefile.in
--- mailutils-0.3.1.orig/mh/Makefile.in 2003-06-07 11:37:31.000000000 +0200
+++ mailutils-0.3.1/mh/Makefile.in      2003-07-20 12:14:48.000000000 +0200
@@ -953,9 +953,9 @@
 
 mh_finish_install:
        @here=`pwd`; \
-       cd $(DESTDIR); \
-       rm -f $(bindir)/folders; \
-       $(LN_S) $(bindir)/folder $(bindir)/folders; \
+       cd $(DESTDIR)$(bindir); \
+       rm -f folders; \
+       $(LN_S) folder folders; \
        cd $$here
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.




reply via email to

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