summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript
index 704eda8ead..84dbd5e547 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -696,7 +696,7 @@ def BuildUbuntuPackage(target, source, env):
# Big hack for beta PPA upload. We need LP to believe that our original
# package version is always changing otherwise it will reject our orig
# source tarball.
- if 'mixxxbetas' in ubuntu_ppa:
+ if ubuntu_ppa and 'mixxxbetas' in ubuntu_ppa:
mixxx_version = '%s-%s%s' % (mixxx_version, vcs_name, vcs_revision)
# Destroy ubuntu/ and create it