X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/c409b567caf4d71b965bc3331580e8ce1221565f..828e6c5ec739b95e23e5f26cca9913f56066bdb1:/packages/mc/main.c.patch diff --git a/packages/mc/main.c.patch b/packages/mc/main.c.patch index e34707a2..1451f7db 100644 --- a/packages/mc/main.c.patch +++ b/packages/mc/main.c.patch @@ -6,7 +6,7 @@ diff -u -r ../mc-4.8.12/src/main.c ./src/main.c { g_free (mc_global.tty.shell); - mc_global.tty.shell = g_strdup ("/bin/sh"); -+ mc_global.tty.shell = g_strdup ("/system/bin/sh"); ++ mc_global.tty.shell = g_strdup ("@TERMUX_PREFIX@/bin/sh"); } /* This is the directory, where MC was installed, on Unix this is DATADIR */