summaryrefslogtreecommitdiffstats
path: root/build/debian
diff options
context:
space:
mode:
authorRJ Skerry-Ryan <rryan@mixxx.org>2018-09-13 08:58:19 -0700
committerRJ Skerry-Ryan <rryan@mixxx.org>2018-09-13 08:58:19 -0700
commit088f6981bfa5a5eba254ad9de0e808caff84dd2b (patch)
treee4f3f1c5cd4c3b296dce5b1929db718940a7e88a /build/debian
parent30999d865cd1d28e643588509939bcfe37e6df9f (diff)
Remove non-existent w=1 option from scons invocation.
Diffstat (limited to 'build/debian')
-rwxr-xr-xbuild/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/debian/rules b/build/debian/rules
index f338090b7f..400e912efd 100755
--- a/build/debian/rules
+++ b/build/debian/rules
@@ -30,7 +30,7 @@ MIXXX_SCONS_FLAGS += install_root=$(CURDIR)/debian/tmp/usr
dh $@ --parallel
override_dh_auto_build:
- scons $(MIXXX_SCONS_FLAGS) w=1
+ scons $(MIXXX_SCONS_FLAGS)
docbook-to-man debian/mixxx.sgml > mixxx.1
override_dh_auto_clean: