mc: use $PREFIX/bin/rm instead of $PREFIX/bin/applets/rm

This commit is contained in:
Leonid Pliushch 2020-07-09 01:15:28 +03:00
parent 37fd9916f7
commit 32d06bc80b

View File

@ -15,7 +15,7 @@ diff -u -r ../mc-4.8.12/src/filemanager/ext.c ./src/filemanager/ext.c
*/
if (!run_view)
- fprintf (cmd_file, "\n/bin/rm -f %s\n", vfs_path_as_str (script_vpath));
+ fprintf (cmd_file, "\n@TERMUX_PREFIX@/bin/applets/rm -f %s\n", vfs_path_as_str (script_vpath));
+ fprintf (cmd_file, "\n@TERMUX_PREFIX@/bin/rm -f %s\n", vfs_path_as_str (script_vpath));
fclose (cmd_file);