From: Pavel Roskin Date: Sat, 24 Apr 2021 06:53:23 +0000 (-0700) Subject: Use mv with the -f (force) argument in makefiles X-Git-Tag: v2.4b1~136^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F179%2Fhead;p=thirdparty%2Fcups.git Use mv with the -f (force) argument in makefiles That way users are not asked whether to override files when reinstalling CUPS to the same location. --- diff --git a/Makedefs.in b/Makedefs.in index a1974bf58b..70ee0e9a0c 100644 --- a/Makedefs.in +++ b/Makedefs.in @@ -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@