Ignore:
Timestamp:
2012-02-14T09:38:08+13:00 (12 years ago)
Author:
sjm84
Message:

Fixed an error in installation of the cgi-bin folder

File:
1 edited

Legend:

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

    r25062 r25079  
    115115        <chmod dir="${installDir}" includes="*.sh,*.bash" perm="775"/>
    116116        <chmod dir="${installDir}/bin" includes="*" perm="775"/>
    117         <chmod dir="${installDir}/cgi-bin" includes="*" perm="775"/>
     117        <chmod dir="${installDir}/${shell.name}/cgi-bin" 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.