aboutsummaryrefslogtreecommitdiff
path: root/www/awstats-devel/files/patch-tools-awstats_buildstaticpages.pl
blob: 43452070029151591bf5a50b19b5f930f105a171 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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) {