diff --git a/inc/always.php.in b/inc/always.php.in index 2f41cfe7..a1dd35e0 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -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 ) {