# HG changeset patch # User Rich Burridge # Date 1333735202 25200 # Node ID d87f60e410942e25f99b54cb567a94a6fb8ecbb9 # Parent 3518078b68c4e5750900b760a57f11570297ebbf 7159589 Adjust foomatic/fppd action to remove gzip -rf usage diff -r 3518078b68c4 -r d87f60e41094 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