greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17611

Show
Ignore:
Timestamp:
2008-10-24 16:28:49 (3 months ago)
Author:
oranfry
Message:

corrected a path in mark2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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"