You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2019/06/08 08:02:00 UTC

[jira] [Commented] (DIRSERVER-1794) Make the scripts in the 'bin' folder of the Archive distributions (zip & tar.gz) executable

    [ https://issues.apache.org/jira/browse/DIRSERVER-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859138#comment-16859138 ] 

Emmanuel Lecharny commented on DIRSERVER-1794:
----------------------------------------------

The {{bon}} installer uses the {{createInstaller.sh}} script which calls {{tar czf ${tmpArchive} instance/* server/* sh/*}}.

I think it's enough to add the {{-p}} option in the command line to have the script keeping the execution flag:

{{tar -p czf ${tmpArchive} instance/* server/* sh/*}}

Will test that.

> Make the scripts in the 'bin' folder of the Archive distributions (zip & tar.gz) executable
> -------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1794
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1794
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>          Components: installer
>            Reporter: Pierre-Arnaud Marcelot
>            Priority: Blocker
>             Fix For: 2.0.0-RC1
>
>
> Make the scripts in the 'bin' folder of the Archive distributions (zip & tar.gz) executable.
> This is an issue found by Felix during the release of ApacheDS 2.0.0-M10.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org