debian/rules: unbreak Jessie: dh_auto_clean doesn't gracefully discard unknown --no-parallel flag.

parent 74295739
......@@ -23,7 +23,7 @@ export INCLUDEDIR = "/usr/include/$(DEB_HOST_MULTIARCH)"
override_dh_auto_clean:
rm -Rf nx-X11/.build-exports
dh_auto_clean --no-parallel
dh_auto_clean --no-parallel || dh_auto_clean
override_dh_install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment