Changeset 10883 for trunk/gsdl3


Ignore:
Timestamp:
2005-11-11T10:59:25+13:00 (18 years ago)
Author:
kjdon
Message:

chmod file= for directory needs type='dir' attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10882 r10883  
    697697    </chmod>
    698698    <mkdir dir="${mysql.home}/var/log/"/>
    699     <chmod file="${mysql.home}/var/" perm="777"/>
    700     <chmod file="${mysql.home}/var/log/" perm="777"/>
     699    <chmod file="${mysql.home}/var/" perm="777" type="dir"/>
     700    <chmod file="${mysql.home}/var/log/" perm="777" type="dir"/>
    701701   
    702702    <exec executable="${mysql.home}/scripts/mysql_install_db" dir="${mysql.home}">
     
    707707    </exec>
    708708  </target>
    709 
    710709
    711710  <!-- install the database : mac-->
Note: See TracChangeset for help on using the changeset viewer.