aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlcapriotti <lcapriotti@svn>2010-07-02 08:25:34 +0000
committerlcapriotti <lcapriotti@svn>2010-07-02 08:25:34 +0000
commit10459e821bc7315eb3ca635362c6c053181f1217 (patch)
tree26b5e81d7629e4e66943a1caa09e98ea70054236
parenteaa8fb0a8fb95a6f1a58257e623c4599de678ef1 (diff)
beat me, did not remove fake entries
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31556 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rwxr-xr-xtools/XBMCLive/SDK/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/build.sh b/tools/XBMCLive/SDK/build.sh
index 5995d906dc..504bc90c3c 100755
--- a/tools/XBMCLive/SDK/build.sh
+++ b/tools/XBMCLive/SDK/build.sh
@@ -22,7 +22,7 @@
echo
echo "Checking availability of required packages..."
-REQUIREDPACKAGES=( git-core debootstrap asciidoc docbook-xsl curl build-essential debhelper autoconf automake autotools-dev pippo pluto)
+REQUIREDPACKAGES=( git-core debootstrap asciidoc docbook-xsl curl build-essential debhelper autoconf automake autotools-dev)
NOTINSTALLED=()
for k in "${REQUIREDPACKAGES[@]}" ; do