mc: use $PREFIX/bin/rm instead of $PREFIX/bin/applets/rm
This commit is contained in:
parent
37fd9916f7
commit
32d06bc80b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user