diff options
author | lcapriotti <lcapriotti@svn> | 2010-04-15 16:06:56 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-04-15 16:06:56 +0000 |
commit | 03e9463d86422e7b788be057912b4f1581aec7cf (patch) | |
tree | f0bf0491b394849774e20ad65742d5f317bbff69 /tools/XBMCLive | |
parent | 5baeae77b73b1f1bed844700a3377cc14abde5e0 (diff) |
cosmetics
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29291 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/XBMCLive')
-rwxr-xr-x | tools/XBMCLive/SDK/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/build.sh b/tools/XBMCLive/SDK/build.sh index 1a1b164951..d629a8aa0a 100755 --- a/tools/XBMCLive/SDK/build.sh +++ b/tools/XBMCLive/SDK/build.sh @@ -106,7 +106,7 @@ if ! which lh > /dev/null ; then cd $THISDIR fi -echo "Start building variant $VARIANTNAME ..." +echo "Start building, using Ubuntu $VARIANTNAME repositories ..." cd $WORKPATH |