]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Use mv with the -f (force) argument in makefiles 179/head
authorPavel Roskin <plroskin@gmail.com>
Sat, 24 Apr 2021 06:53:23 +0000 (23:53 -0700)
committerPavel Roskin <plroskin@gmail.com>
Sat, 24 Apr 2021 06:56:38 +0000 (23:56 -0700)
That way users are not asked whether to override files when reinstalling
CUPS to the same location.

Makedefs.in

index a1974bf58b54fc21548f616925742383c0d6471e..70ee0e9a0c76ced1d24022a59f9d402e3f166de6 100644 (file)
@@ -35,7 +35,7 @@ LD_CXX                =       @LD_CXX@
 LIBTOOL                =       @LIBTOOL@
 LN             =       @LN@ -sf
 MKDIR           =       @MKDIR@ -p
-MV             =       @MV@
+MV             =       @MV@ -f
 RANLIB         =       @RANLIB@
 RM             =       @RM@ -f
 RMDIR          =       @RMDIR@