Ignore:
Timestamp:
2008-12-02T11:38:30+13:00 (15 years ago)
Author:
oranfry
Message:

sorting out the binary zip release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/linux/rk

    r17633 r17996  
    3636
    3737#cd up a level or two if needed
    38 if [ ! -e "build.properties" ]; then
    39     if [ -e "../build.properties" ]; then
     38if [ ! -e "$rk_name-build.properties" ]; then
     39    if [ -e "../$rk_name-build.properties" ]; then
    4040        RKOLDPWD=`pwd`
    4141        cd ..
    42     elif [ -e "../../build.properties" ]; then
     42    elif [ -e "../../$rk_name-build.properties" ]; then
    4343        RKOLDPWD=`pwd`
    4444        cd ../..
Note: See TracChangeset for help on using the changeset viewer.