From 9eec758e1a51dea255bcb971ef2dbd1fbf437025 Mon Sep 17 00:00:00 2001 From: Dan Peori Date: Tue, 11 Jan 2011 13:19:14 -0400 Subject: [PATCH] Added $PSL1GHT to the sudo script. --- toolchain-sudo.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toolchain-sudo.sh b/toolchain-sudo.sh index d6563081b..ce4e9942a 100755 --- a/toolchain-sudo.sh +++ b/toolchain-sudo.sh @@ -6,6 +6,9 @@ cd "`dirname $0`" || { echo "ERROR: Could not enter the ps3toolchain directory." ## Set up the 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