Changeset 13500


Ignore:
Timestamp:
2006-12-13T16:53:01+13:00 (17 years ago)
Author:
kjdon
Message:

on installing source distribution, need to make sure .sh files are executable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/dist-resources/dist-build.xml

    r13403 r13500  
    326326    <antcall target="configure-c++"/>
    327327    <antcall target="compile"/>
     328    <!-- make sure we have execute permission for the .sh files -->
     329    <chmod dir="${basedir}" perm="ugo+rx"
     330      includes="*.sh"/>
     331
    328332  </target>
    329333
Note: See TracChangeset for help on using the changeset viewer.