mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
12 lines
365 B
Diff
12 lines
365 B
Diff
|
--- 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"
|