Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B89A8105A2 for ; Wed, 4 Feb 2015 08:35:34 +0000 (UTC) Received: (qmail 72227 invoked by uid 500); 4 Feb 2015 08:35:35 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 72203 invoked by uid 500); 4 Feb 2015 08:35:35 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 72137 invoked by uid 99); 4 Feb 2015 08:35:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2015 08:35:35 +0000 Date: Wed, 4 Feb 2015 08:35:35 +0000 (UTC) From: "Erik de Bruin (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-33615) Remove hard coded path to tar MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33615: --------------------------------- Fix Version/s: Install Apache Flex 3.2 > Remove hard coded path to tar > ----------------------------- > > Key: FLEX-33615 > URL: https://issues.apache.org/jira/browse/FLEX-33615 > Project: Apache Flex > Issue Type: Bug > Components: InstallApacheFlex, Installer > Affects Versions: Install Apache Flex 2.6 > Reporter: Justin Mclean > Priority: Minor > Fix For: Install Apache Flex 3.2 > > > The path to tar is hard coded, the exact location may vary on Linux. > if (_os == LINUX_OS) { > tar = new File("/bin/tar"); > } > else { > tar = new File("/usr/bin/tar"); > } -- This message was sent by Atlassian JIRA (v6.3.4#6332)