aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlcapriotti <lcapriotti@svn>2010-10-27 15:38:21 +0000
committerlcapriotti <lcapriotti@svn>2010-10-27 15:38:21 +0000
commit91d112ccba5be5e895a74aed75399ffebfcece0e (patch)
treec976c322ff89c53c18deb2c985bc1dab193fecc3 /tools
parentee2f9d391eb0be65210361920b81892963b6a620 (diff)
partially reverting r35018
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35031 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-xtools/Linux/packaging/ppa-builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/packaging/ppa-builder.sh b/tools/Linux/packaging/ppa-builder.sh
index b0ff243799..f3ae98098e 100755
--- a/tools/Linux/packaging/ppa-builder.sh
+++ b/tools/Linux/packaging/ppa-builder.sh
@@ -52,7 +52,7 @@ parse_options()
PBUILDER=1
LOCAL=1
;;
- hardy|intrepid|jaunty|karmic|lucid)
+ hardy|intrepid|jaunty|karmic|lucid|maverick)
BUILDALL=0
DIST="$OPT"
DEBUILDOPTS=$FULLDEBUILDOPTS
@@ -273,7 +273,7 @@ if [[ -z $NO_SRC_GEN ]] ; then
preparesrc
fi
-for distro in hardy jaunty karmic lucid ; do
+for distro in hardy jaunty karmic lucid maverick; do
if [[ $BUILDALL -eq 1 ]] || [[ $DIST == $distro ]]; then
builddeb $distro
fi