7159589 Adjust foomatic/fppd action to remove gzip -rf usage
authorRich Burridge <rich.burridge@oracle.com>
Fri, 06 Apr 2012 11:00:02 -0700
changeset 762 d87f60e41094
parent 761 3518078b68c4
child 763 45da4d38492e
7159589 Adjust foomatic/fppd action to remove gzip -rf usage
components/foomatic/fppd/Makefile
--- a/components/foomatic/fppd/Makefile	Fri Apr 06 05:53:13 2012 -0700
+++ b/components/foomatic/fppd/Makefile	Fri Apr 06 11:00:02 2012 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -44,8 +44,8 @@
 # move tree of .ppd-s to proto and gzip it
 $(SOURCE_DIR)/.installed: $(SOURCE_DIR)/.built
 	$(MKDIR) $(PROTOUSRSHAREDIR)/ppd
+	/usr/bin/find $(SOURCE_DIR)/share/ppd -name "*.ppd" -exec gzip {} +
 	$(CLONEY) $(SOURCE_DIR)/share/ppd $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
-	gzip -rf $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
 	$(TOUCH) $@
 
 # common targets