Committer: ailyin
add livejournal's cgi-bin to inc so that mogilefs libs are found correctly, fixes install from scratchU trunk/bin/upgrading/update-db.pl
Modified: trunk/bin/upgrading/update-db.pl =================================================================== --- trunk/bin/upgrading/update-db.pl 2010-09-10 17:07:54 UTC (rev 1432) +++ trunk/bin/upgrading/update-db.pl 2010-09-29 01:51:44 UTC (rev 1433) @@ -5,6 +5,7 @@ use strict; use Getopt::Long; +use lib "$ENV{'LJHOME'}/cgi-bin"; use lib "$ENV{'FBHOME'}/lib"; require "fotobilder.pl"; $| = 1;