diff options
author | wattazoum <wattazoum@svn> | 2010-06-18 17:19:20 +0000 |
---|---|---|
committer | wattazoum <wattazoum@svn> | 2010-06-18 17:19:20 +0000 |
commit | 19dd0e9739bcdf996f547755a449e40205a8551d (patch) | |
tree | 1514c4d079bb947734795dd9dd2a01e3d39c3877 /tools | |
parent | 4b93dac8465ae6995fde7cd4e0c13fa38bae2242 (diff) |
Intrepid is not supported anymore
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31183 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/Linux/packaging/ppa-builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Linux/packaging/ppa-builder.sh b/tools/Linux/packaging/ppa-builder.sh index c9fa772418..681b054488 100755 --- a/tools/Linux/packaging/ppa-builder.sh +++ b/tools/Linux/packaging/ppa-builder.sh @@ -269,7 +269,7 @@ if [[ -z $NO_SRC_GEN ]] ; then preparesrc fi -for distro in hardy intrepid jaunty karmic lucid ; do +for distro in hardy jaunty karmic lucid ; do if [[ $BUILDALL -eq 1 ]] || [[ $DIST == $distro ]]; then builddeb $distro fi |