diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-03-31 21:48:24 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-03-31 21:48:33 +0200 |
commit | 9491fbe067fd003798f6757c475a9cc9f160b3b7 (patch) | |
tree | e91165f3ac2eb90772cc9bf8093be6bce1726ed5 /debian | |
parent | a816109ad7b3757f7da13e9b368fdc9e796b9144 (diff) | |
download | vyos-live-build-9491fbe067fd003798f6757c475a9cc9f160b3b7.tar.gz vyos-live-build-9491fbe067fd003798f6757c475a9cc9f160b3b7.zip |
Building with dh --parallel.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index becdb328e..54f162b7d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} + dh ${@} --parallel override_dh_auto_install: dh_auto_install -- DESTDIR=debian/live-build |