diff options
author | lcapriotti <lcapriotti@svn> | 2010-10-05 15:27:04 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-10-05 15:27:04 +0000 |
commit | 80caee08cce5fc4ddb291a255a00cfd885a2b3dd (patch) | |
tree | ba1b29787748dbda5800a5a337772e3e7452a1d0 /tools/XBMCLive | |
parent | efd631c99e85e60f266be19117b14e882f991110 (diff) |
newer tag: credit davilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34473 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/XBMCLive')
-rwxr-xr-x | tools/XBMCLive/SDK/copyFiles-crystalhd.sh.lucid-variant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/copyFiles-crystalhd.sh.lucid-variant b/tools/XBMCLive/SDK/copyFiles-crystalhd.sh.lucid-variant index e3edacc1d4..f2caa36a7b 100755 --- a/tools/XBMCLive/SDK/copyFiles-crystalhd.sh.lucid-variant +++ b/tools/XBMCLive/SDK/copyFiles-crystalhd.sh.lucid-variant @@ -27,7 +27,7 @@ mkdir -p $WORKPATH/buildLive/Files/chroot_local-includes/root &> /dev/null if ! ls $WORKPATH/crystalhd.tar > /dev/null 2>&1; then cd $WORKPATH - svn checkout http://crystalhd-for-osx.googlecode.com/svn/tags/crystalhd-for-osx-2.0.0/crystalhd + svn checkout http://crystalhd-for-osx.googlecode.com/svn/tags/crystalhd-for-osx-3.8.0/crystalhd if [ "$?" -ne "0" ]; then echo "Error retrieving CrystalHD drivers, exiting..." exit 1 |