SA Bugzilla – Bug 4681
Generated rules files not being installed
Last modified: 2006-10-27 06:54:06 UTC
Check out a fresh copy of the SpamAssassin trunk perl Makefile.PL PREFIX=/tmp/sa SYSCONFDIR=/tmp/etc INSTALLSITELIB=/tmp/sa/lib DATADIR=/tmp/sa/rules make install Notice that 20_advance_fee.cf etc. are not present in /tmp/sa/rules/
*** Bug 4740 has been marked as a duplicate of this bug. ***
bug 5123 -- moving those files back to 'rules' in the distro tarball -- would fix this, I think.
most are now installed; but rules/72_active.cf is not. Still, this is still a topic of discussion at bug 5123...
aha, I have a workaround now. neatly, it also works around the annoying "files are missing... please inform the author" warning, too.: : jm 120...; svn commit -m "bug 4681: work around race condition between Makefile.PL and the generated file rules/72_active.cf; create the file at Makefile.PL time, so that it will be installed and to silence a silly warning" Makefile.PL Sending Makefile.PL Transmitting file data . Committed revision 468385.