diff options
author | lcapriotti <lcapriotti@svn> | 2010-06-08 10:20:51 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-06-08 10:20:51 +0000 |
commit | 0b9d3aadbb9016846ac7f5d14769259ba8d4645a (patch) | |
tree | 5b7ded62b75a609233a5ff1e88da6a02d7dac1a9 /tools | |
parent | 7f676d5635d372276858a2febd68e999a868f369 (diff) |
less verbose, pls
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30955 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/XBMCLive/SDK/buildDEBs/build-installer.sh.lucid-variant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/buildDEBs/build-installer.sh.lucid-variant b/tools/XBMCLive/SDK/buildDEBs/build-installer.sh.lucid-variant index c77d4cc300..793583898b 100755 --- a/tools/XBMCLive/SDK/buildDEBs/build-installer.sh.lucid-variant +++ b/tools/XBMCLive/SDK/buildDEBs/build-installer.sh.lucid-variant @@ -40,7 +40,7 @@ if ! ls live-installer*.deb > /dev/null 2>&1 ; then echo "Needed package (1) not found, exiting..." exit 1 fi - tar xvf $latestPackage + tar xf $latestPackage # Patch to remove unhandled waypoint sed -i -e '/final_apt_preferences/s/^waypoint/#waypoint/' live-installer*/debian/live-installer.postinst |