components/php-5_3/memcache/Makefile
branchs11-update
changeset 3477 3d935de46ca9
parent 846 fe258446a1ae
--- a/components/php-5_3/memcache/Makefile	Fri Oct 10 10:07:08 2014 -0700
+++ b/components/php-5_3/memcache/Makefile	Thu Nov 20 15:41:15 2014 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -39,6 +39,7 @@
 	--with-zlib-dir=/usr
 
 COMPONENT_POST_INSTALL_ACTION = ( \
+	set -e; \
 	$(MKDIR) $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR); \
 	$(MKDIR) $(COMPONENT_DIR)/tmp; \
 	$(INSTALL) -m 0644 $(COMPONENT_DIR)/../Solaris/php-memcache-stats.conf \