diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-03-31 21:49:20 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-03-31 21:49:20 +0200 |
| commit | 5b63ac96dca2cfd2e1ad43a5719f1c2e03510263 (patch) | |
| tree | de03eb96ab1b6f4ba00d12889858039f33abd9cf | |
| parent | 9d1bd4c7298afb24469c87d53b1666333d07d4b2 (diff) | |
| download | live-boot-5b63ac96dca2cfd2e1ad43a5719f1c2e03510263.tar.gz live-boot-5b63ac96dca2cfd2e1ad43a5719f1c2e03510263.zip | |
Building with dh --parallel.
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 84e3394..e59fceb 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/tmp |
