Here is a little patch and file to make the chmod post install task work in your installer.

<!--
This script runs after the installation to perform post install clean up,
modifications that can't be done via the packs/velocity alone.
$Id:$
-->
<antactions>
  <!-- Make the bin scripts executable -->
  <pack name="nuxeo-full">
    <antcall order="afterpacks" buildfile="${INSTALL_PATH}/scripts/ant-chmod.xml">
             verbose="false">
       <property name="INSTALL_PATH" value="${INSTALL_PATH}"/>
       <target name="chmod-bin"/>
    </antcall>
  </pack>
</antactions>


new file in root of project

Attachment: install.patch
Description: Binary data


patch against https://svn.nuxeo.org/nuxeo/tools/installer

Yours
Phil

--
Dr. Phil Cornelius <[EMAIL PROTECTED]>
Head of Engineering
PolicyMatter Ltd. 01189 301834



_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to