mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
CP is now "cp", not "mv"
This commit is contained in:
parent
8d204881e7
commit
467de101fc
@ -50,7 +50,7 @@ AR = @AR@
|
||||
RANLIB = @RANLIB@
|
||||
RMF = rm -f
|
||||
MV = mv
|
||||
CP = mv
|
||||
CP = cp
|
||||
LN_S = @LN_S@
|
||||
AWK = @AWK@
|
||||
AWK_VAR_OPTION = @AWK_VAR_OPTION@
|
||||
|
Loading…
Reference in New Issue
Block a user