mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 10:23:24 +00:00
Without this patch the path compiled into the library is actually "/data/data/com.termux/files/usr/share/libical"/zoneinfo with the extra quotes. This patch makes it /data/data/com.termux/files/usr/share/libical/zoneinfo which will hopefully make the library work without calling set_zone_directory(). See #1913.