Ignore:
Timestamp:
2015-10-08T19:54:17+13:00 (9 years ago)
Author:
ak19
Message:

Fix needed to get the GS3 server running again if GS3 is on a DVD/CD-ROM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r30236 r30279  
    200200    <else>
    201201      <!-- else assume Unix -->
    202       <!-- Can't go through the OS-independant <copy> task as it fails to preserve exec permissions -->
     202      <!-- Can't go through the OS-independent <copy> task as it fails to preserve exec permissions -->
    203203      <echo>Copying to ${gsdl3.writablehome}/packages/tomcat</echo>
    204204      <exec executable="cp" output="/dev/null" spawn="false">
     
    207207            <arg value="${gsdl3.writablehome}/packages/."/>
    208208      </exec>
    209      
     209
     210      <!-- the packages folder in tmp only has read permissions at this stage, it needs more permissions to work when running GS3 off a disc -->
     211      <chmod perm="a+rwx" file="${gsdl3.writablehome}/packages/**" />
     212
    210213    </else>
    211214      </if>
Note: See TracChangeset for help on using the changeset viewer.