parent
c9d4e74fa1
commit
89956f70a1
@ -1,6 +1,6 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=https://termux.com/
|
TERMUX_PKG_HOMEPAGE=https://termux.com/
|
||||||
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
|
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
|
||||||
TERMUX_PKG_VERSION=0.35
|
TERMUX_PKG_VERSION=0.36
|
||||||
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
||||||
|
|
||||||
termux_step_make_install () {
|
termux_step_make_install () {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
unset LD_LIBRARY_PATH
|
unset LD_LIBRARY_PATH
|
||||||
|
|
||||||
for p in /system/xbin/su /su/bin/su /sbin/su /magisk/.core/bin/su
|
for p in /system/xbin/su /system/bin/su /su/bin/su /sbin/su /magisk/.core/bin/su
|
||||||
do
|
do
|
||||||
if [ -x $p ]; then
|
if [ -x $p ]; then
|
||||||
# The su tool may require programs in PATH:
|
# The su tool may require programs in PATH:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user