Changeset 27722 for gs2-extensions


Ignore:
Timestamp:
2013-06-27T20:19:01+12:00 (11 years ago)
Author:
ak19
Message:

The changes from a few commits back that would create symbolic links also need to take mac/darwin into account

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/imagemagick/trunk/src/CASCADE-MAKE.sh

    r27720 r27722  
    2525
    2626    # fix up symbolic links that use absolute paths to use rel paths instead
    27     cd linux/bin
     27    if [ -d "linux" ] ; then
     28        cd linux/bin
     29    else
     30        cd darwin/bin
     31    fi
    2832    /bin/rm -f bzcmp
    2933    /bin/rm -f bzegrep
Note: See TracChangeset for help on using the changeset viewer.