summaryrefslogtreecommitdiff
blob: 7084641a669e235053e45dc450a81e236cc98597 (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

--- bin/lavennin.orig	2009-05-08 01:05:48.000000000 -0430
+++ bin/lavennin	2009-05-08 01:07:07.000000000 -0430
@@ -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 ) {