Replace remaining paths with $RealBin.
[buildfarm-server.git] / cgi-bin / eximstatus.pl
index af68f109efb734f5347b57dff9eb0d0ec3290c7c..df25467a0ed0f945b052d247d96d873f35ad95cd 100755 (executable)
@@ -33,7 +33,7 @@ use Storable qw(thaw);
 use FindBin qw($RealBin);
 require "$RealBin/../BuildFarmWeb.pl";
 
-my $buildlogs = "/home/farm/server/buildlogs";
+my $buildlogs = "$RealBin/../buildlogs";
 
 die "no dbname" unless $dbname;
 die "no dbuser" unless $dbuser;