summaryrefslogtreecommitdiff
blob: 833b633e3245d46cb7b8b5cd9607d300e9be22e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 ) {