Changeset 827
- Timestamp:
- 11/02/07 11:41:08 (1 year ago)
- Files:
-
- other/tango/tango.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
other/tango/tango.sh
r693 r827 23 23 echo "Installing Tango core..." 24 24 ./install-$1.sh --uninstall 25 ./install-$1.sh --prefix "$PREFIX" || exit 1 25 if [ "$1" = "gdc" ] 26 then 27 # The GDC install script can get GDC's prefix automatically 28 ./install-gdc.sh || exit 1 29 else 30 ./install-$1.sh --prefix "$PREFIX" || exit 1 31 fi 26 32 27 33 # Then update our rebuild profile to use tango
