# 08/May/2009 # Patch to fix the path to data files for Gentoo # Not sending this to upstrem. # neurogeek@gentoo.org --- a/lavennin/bin/lavennin +++ b/lavennin/bin/lavennin @@ -164,8 +164,8 @@ $HOME = get_home_directory(); } -my $DATA_DIR = $HOME . "/data"; - +#Gentoo Data Dir +my $DATA_DIR = "/usr/share/suopuhe/data"; # making the TMP dir... unless ( -e "$HOME/tmp" || $www ) {