From: Fredrik Fornwall Date: Mon, 11 Apr 2016 00:20:17 +0000 (-0400) Subject: Modify setup in wrappers for /system/bin/ commands X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/8353c56c0bf68a7f80881e33d427716a03473061?hp=8353c56c0bf68a7f80881e33d427716a03473061 Modify setup in wrappers for /system/bin/ commands On several devices several tools in /system/bin/ requires LD_LIBRARY_PATH to contain /system/lib(64). Check for the bit-ness with `getprop ro.product.cpu.abilist64` and setup the environment accordingly. Closes #193. Closes #206. ---