Changeset 827

Show
Ignore:
Timestamp:
11/02/07 11:41:08 (1 year ago)
Author:
Gregor
Message:

tango.sh: Let install-gdc.sh figure out the prefix itself.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • other/tango/tango.sh

    r693 r827  
    2323echo "Installing Tango core..." 
    2424./install-$1.sh --uninstall 
    25 ./install-$1.sh --prefix "$PREFIX" || exit 1 
     25if [ "$1" = "gdc" ] 
     26then 
     27    # The GDC install script can get GDC's prefix automatically 
     28    ./install-gdc.sh || exit 1 
     29else 
     30    ./install-$1.sh --prefix "$PREFIX" || exit 1 
     31fi 
    2632 
    2733# Then update our rebuild profile to use tango