summaryrefslogtreecommitdiff
blob: cabfaaf0845b9440e35adc190f2cc0a6d0d2ec40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff -Naur libinstrudeo-0.1.2/data/commentboxes/Makefile.am libinstrudeo-0.1.2.new/data/commentboxes/Makefile.am
--- libinstrudeo-0.1.2/data/commentboxes/Makefile.am	2006-07-08 13:26:47.000000000 +0200
+++ libinstrudeo-0.1.2.new/data/commentboxes/Makefile.am	2006-07-16 19:32:25.000000000 +0200
@@ -1,3 +1,3 @@
-commentboxesdir = /etc/instrudeo/commentboxes
+commentboxesdir = /usr/share/instrudeo/commentboxes
 dist_commentboxes_DATA = roundedbox.mtl roundedbox.obj textballoon2D.mtl\
 	textballoon2D.obj textballoon.mtl textballoon.obj
diff -Naur libinstrudeo-0.1.2/data/fonts/Makefile.am libinstrudeo-0.1.2.new/data/fonts/Makefile.am
--- libinstrudeo-0.1.2/data/fonts/Makefile.am	2006-07-08 13:26:47.000000000 +0200
+++ libinstrudeo-0.1.2.new/data/fonts/Makefile.am	2006-07-16 19:31:45.000000000 +0200
@@ -1,2 +1,2 @@
-fontsdir = /etc/instrudeo/fonts
+fontsdir = /usr/share/instrudeo/fonts
 dist_fonts_DATA = FreeSans.ttf
diff -Naur libinstrudeo-0.1.2/src/libinstrudeo/isdcommentbox.h libinstrudeo-0.1.2.new/src/libinstrudeo/isdcommentbox.h
--- libinstrudeo-0.1.2/src/libinstrudeo/isdcommentbox.h	2006-07-10 23:38:26.000000000 +0200
+++ libinstrudeo-0.1.2.new/src/libinstrudeo/isdcommentbox.h	2006-07-16 19:33:21.000000000 +0200
@@ -51,7 +51,7 @@
  * a ISDApplicationSettings class (see isdprocessd for an example) that parses
  * a configuration file instead.
  */
-#define BASE_CONFIG_DIR "/etc/instrudeo"
+#define BASE_CONFIG_DIR "/usr/share/instrudeo"
 #define COMMENTBOXES_DIR_NAME (string(BASE_CONFIG_DIR)+string(DIR_DELIM)+string("commentboxes"))
 #define FONTS_DIR_NAME "fonts"
 #define FONT_SCALE_SIZE 0.75