Changeset 26238


Ignore:
Timestamp:
2012-09-25T09:52:31+12:00 (12 years ago)
Author:
sjm84
Message:

Fixed a mistake that was preventing the installer from working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/installer/build.xml

    r25079 r26238  
    115115        <chmod dir="${installDir}" includes="*.sh,*.bash" perm="775"/>
    116116        <chmod dir="${installDir}/bin" includes="*" perm="775"/>
    117         <chmod dir="${installDir}/${shell.name}/cgi-bin" includes="*" perm="775"/>
     117        <chmod dir="${installDir}/cgi-bin/${shell.name}" includes="*" perm="775"/>
    118118        <chmod dir="${installDir}/bin/script" includes="**/*" perm="775"/>
    119119        <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.