--- tools/awstats_buildstaticpages.pl.orig Sun Feb 20 11:11:06 2005 +++ tools/awstats_buildstaticpages.pl Thu Sep 22 20:33:32 2005 @@ -293,8 +293,8 @@ # Check if AWSTATS prog is found my $AwstatsFound=0; if (-s "$Awstats") { $AwstatsFound=1; } -elsif (-s "/usr/local/awstats/wwwroot/cgi-bin/awstats.pl") { - $Awstats="/usr/local/awstats/wwwroot/cgi-bin/awstats.pl"; +elsif (-s "%%PREFIX%%/www/awstats/cgi-bin/awstats.pl") { + $Awstats="%%PREFIX%%/www/awstats/cgi-bin/awstats.pl"; $AwstatsFound=1; } if (! $AwstatsFound) { tory'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/news/diablo
Commit message (Expand)AuthorAgeFilesLines
* - Update to 5.1gahr2008-04-172-4/+4
* Unbreak install by doing the REINPLACE_CMD after patching.arved2007-07-161-1/+1
* - Respect ${CC}danfe2007-07-041-18/+14
* BROKEN with gcc 4.2kris2007-05-271-1/+7
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-2/+0