Changeset 17611 for release-kits


Ignore:
Timestamp:
2008-10-24T16:28:49+13:00 (15 years ago)
Author:
oranfry
Message:

corrected a path in mark2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/installer/build.xml

    r17608 r17611  
    6161
    6262        <echo message="Creating admin and demo users"/>
    63         <adduser txt2db="${installDir}/bin/linux/txt2db"
     63        <adduser txt2db="${installDir}/bin/darwin/txt2db"
    6464            usersDb="${installDir}/etc/users.db"
    6565            username="admin"
     
    6868            comment="created at install time"/>
    6969        <adduser
    70             txt2db="${installDir}/bin/linux/txt2db"
     70            txt2db="${installDir}/bin/darwin/txt2db"
    7171            usersDb="${installDir}/etc/users.db"
    7272            username="demo"
Note: See TracChangeset for help on using the changeset viewer.