Files
termux-packages/packages/groonga
termux-pacman-bot bae9610814 fix(main/groonga): Fix paths in pkgconfig file
Previously, TERMUX_PREFIX was prepended twice in libdir and includedir.

* Before:
libdir=${prefix}//data/data/com.termux/files/usr/lib
includedir=${prefix}//data/data/com.termux/files/usr/include

* After:
libdir=${prefix}/lib
includedir=${prefix}/include
2025-09-16 06:06:06 +00:00
..