http://bugzilla.spamassassin.org/show_bug.cgi?id=3508
------- Additional Comments From [EMAIL PROTECTED] 2004-06-15 11:53 -------
Sorry for the cut-n-paste have odd access at the moment. Can you try this patch
and see if it works for you:
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 21294)
+++ Makefile.PL (working copy)
@@ -136,7 +136,7 @@
$mm_knows_destdir = $ExtUtils::MakeMaker::Recognized_Att_Keys{DESTDIR};
$mm_has_good_destdir = $mm_version >= 6.11;
# Add DESTDIR hack only if it's requested (and necessary)
-$mm_needs_destdir = $opt{'destdir'} && !$mm_has_destdir;
+$mm_needs_destdir = $opt{'destdir'} && !$mm_has_good_destdir;
$mm_has_destdir = $mm_knows_destdir || $mm_needs_destdir;
push(@ATT_KEYS, 'DESTDIR') if $mm_needs_destdir;
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.