Bug 41 - paths hardcoded in the Makefile
Summary: paths hardcoded in the Makefile
Status: RESOLVED DUPLICATE of bug 25
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: 2.0
Hardware: PC FreeBSD
: P2 minor
Target Milestone: ---
Assignee: Craig Hughes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-18 17:43 UTC by Ask Bjoern Hansen
Modified: 2002-02-18 10:47 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Ask Bjoern Hansen 2002-02-18 17:43:25 UTC
my $LOCAL_RULES_DIR     = '/etc/mail/spamassassin';

in Makefile.PL breaks when you want to install in a private perl installation.

I have my perl installed in /home/perl as the user "perl"; which doesn't have
write access to anything outside /home/perl.

@site_rules_path in ./lib/Mail/SpamAssassin.pm should pick up some parameter you
set with Makefile.PL or something like that.
Comment 1 Craig Hughes 2002-02-18 19:47:57 UTC

*** This bug has been marked as a duplicate of 25 ***