From: Michael R Sweet Date: Wed, 17 Apr 2019 19:09:22 +0000 (-0400) Subject: Don't regenerate cups.strings during a build. X-Git-Tag: v2.3b8~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c5991dba7a1264b59ffbbcdbbd71486c6fb6c99;p=thirdparty%2Fcups.git Don't regenerate cups.strings during a build. --- diff --git a/locale/Makefile b/locale/Makefile index 45e0868776..9492e86790 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -74,7 +74,7 @@ install-languages: fi ; \ done -install-langbundle: cups.strings +install-langbundle: $(INSTALL_DIR) -m 755 "$(BUILDROOT)$(RESOURCEDIR)" $(INSTALL_DATA) cups.strings "$(BUILDROOT)$(RESOURCEDIR)"