Skip to content

Commit

Permalink
Updated the toolchain-sudo.sh script with the new path locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Peori committed Jan 20, 2011
1 parent 981f03a commit e24950a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions toolchain-sudo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
## Enter the ps3toolchain directory.
cd "`dirname $0`" || { echo "ERROR: Could not enter the ps3toolchain directory."; exit 1; }

## Set up the environment.
## Set up the PS3DEV environment.
export PS3DEV=/usr/local/ps3dev
export PSL1GHT=$PS3DEV/psl1ght

## Set up the path.
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin
export PATH=$PATH:$PS3DEV/host/ppu/bin
export PATH=$PATH:$PS3DEV/host/spu/bin

## Set up the PSL1GHT environment.
export PSL1GHT=$PS3DEV/psl1ght
export PATH=$PATH:$PSL1GHT/host/bin

## Run the toolchain script.
./toolchain.sh $@ || { echo "ERROR: Could not run the toolchain script."; exit 1; }

0 comments on commit e24950a

Please sign in to comment.