You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Erik de Bruin (JIRA)" <ji...@apache.org> on 2015/02/04 09:35:34 UTC

[jira] [Updated] (FLEX-33615) Remove hard coded path to tar

     [ https://issues.apache.org/jira/browse/FLEX-33615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik de Bruin updated FLEX-33615:
---------------------------------
    Component/s: InstallApacheFlex

> 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)