mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-29 06:02:40 +00:00
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