]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/Makefile
Merge changes from CUPS 1.5svn-r8842.
[thirdparty/cups.git] / templates / Makefile
index 6ea624abae670a0e6a51e2c57ea56117ec46873a..14235fd78734cf4f82ba3c1bf6914bd3ad2e682e 100644 (file)
@@ -3,7 +3,7 @@
 #
 #   Template makefile for the Common UNIX Printing System (CUPS).
 #
-#   Copyright 2007-2008 by Apple Inc.
+#   Copyright 2007-2009 by Apple Inc.
 #   Copyright 1993-2007 by Easy Software Products.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -149,7 +149,7 @@ install-languages:
                if test -d $$lang; then \
                        $(INSTALL_DIR) -m 755 $(DATADIR)/templates/$$lang; \
                        for file in $(FILES); do \
-                               $(INSTALL_DATA) $$lang/$$file $(DATADIR)/templates/$$lang 2>/dev/null || true; \
+                               $(INSTALL_DATA) $$lang/$$file $(DATADIR)/templates/$$lang >/dev/null 2>&1 || true; \
                        done \
                fi \
        done