Ignore:
Timestamp:
2013-06-13T16:37:44+12:00 (11 years ago)
Author:
ak19
Message:

Dr Bainbridge removed the absolute paths in symbolic links to new bz executables into relative paths

File:
1 edited

Legend:

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

    r26865 r27618  
    2323
    2424if [ $makedist = "1"  ] ; then
     25
     26    # fix up symbolic links that use absolute paths to use rel paths instead
     27    cd linux/bin
     28    /bin/rm -f bzcmp
     29    /bin/rm -f bzegrep
     30    /bin/rm -f bzfgrep
     31    /bin/rm -f bzless
     32    ln -s bzdiff bzcmp
     33    ln -s bzgrep bzegrep
     34    ln -s bzgrep bzfgrep
     35    ln -s bzmore bzless
     36    cd ../..
     37
    2538  default_toplevel_make_dist $GSDLOS
    2639fi
Note: See TracChangeset for help on using the changeset viewer.