This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new afb54f2  GEODE-4619: removing strip components
afb54f2 is described below

commit afb54f2a18681fc4070115d768ef2a49baa20e07
Author: Ernest Burghardt <eburgha...@pivotal.io>
AuthorDate: Thu Feb 8 05:55:32 2018 -0700

    GEODE-4619: removing strip components
---
 packer/rhel/install-gemfire.sh    | 2 +-
 packer/solaris/install-gemfire.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packer/rhel/install-gemfire.sh b/packer/rhel/install-gemfire.sh
index 4f3e155..64382af 100644
--- a/packer/rhel/install-gemfire.sh
+++ b/packer/rhel/install-gemfire.sh
@@ -18,5 +18,5 @@
 set -x -e -o pipefail
 
 mkdir /gemfire
-tar -zxf gemfire.tar.gz --strip-components=1 -C /gemfire
+tar -zxf gemfire.tar.gz -C /gemfire
 rm gemfire.tar.gz
diff --git a/packer/solaris/install-gemfire.sh 
b/packer/solaris/install-gemfire.sh
index 92d4aa2..a9d18b4 100755
--- a/packer/solaris/install-gemfire.sh
+++ b/packer/solaris/install-gemfire.sh
@@ -18,5 +18,5 @@
 set -x -e -o pipefail
 
 mkdir /gemfire
-gtar -xzvf gemfire.tar.gz --strip-components=1 -C /gemfire
+gtar -xzvf gemfire.tar.gz -C /gemfire
 rm gemfire.tar.gz

-- 
To stop receiving notification emails like this one, please contact
echobr...@apache.org.

Reply via email to