components/foomatic/fppd/Makefile
changeset 762 d87f60e41094
parent 609 775168282b2f
child 800 2ad056ed89ec
--- 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