Add another search path for Fedora.

This commit is contained in:
Andrew McMillan 2011-04-07 23:33:44 +12:00
parent 72baec50a7
commit d6916b205c

View File

@ -75,7 +75,8 @@ $c->dbg = array();
if ( ! @include_once('AWLUtilities.php') ) {
$try_paths = array(
'../../awl/inc'
, '/usr/share/awl/inc'
, '/usr/share/awl/inc' // Where it ends up on Debian
, '/usr/share/php/awl/inc' // Fedora's standard for PHP libraries
, '/usr/local/share/awl/inc'
);
foreach( $try_paths AS $awl_include_path ) {