summary refs log blame commit diff
path: root/pkgs/desktops/gnome-3/core/evolution-data-server/fix-paths.patch
blob: 334235516591f4dc24fce86abb512f20d842a519 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                         
--- a/src/calendar/libecal/e-cal-system-timezone.c
+++ b/src/calendar/libecal/e-cal-system-timezone.c
@@ -26,7 +26,7 @@
 #ifdef HAVE_SOLARIS
 #define SYSTEM_ZONEINFODIR "/usr/share/lib/zoneinfo/tab"
 #else
-#define SYSTEM_ZONEINFODIR "/usr/share/zoneinfo"
+#define SYSTEM_ZONEINFODIR "@tzdata@/share/zoneinfo"
 #endif
 
 #define ETC_TIMEZONE        "/etc/timezone"