diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-07-12 16:09:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-07-12 16:09:03 +0200 |
commit | ce884005cc801ed88a6ac15a274ba516d4616dc0 (patch) | |
tree | 7ef3948b1db9cbf0dc41f1a535b642488c182adc /ubuntu/_base/tde-i18n/debian/rules | |
parent | 8a26a5e770a1070cb4a877b121787fc8d2036fae (diff) | |
download | tde-packaging-ce884005cc801ed88a6ac15a274ba516d4616dc0.tar.gz tde-packaging-ce884005cc801ed88a6ac15a274ba516d4616dc0.zip |
DEB: Change remaining DEB_BUILD_PARALLEL in 'rules' to make them conditional.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/tde-i18n/debian/rules')
-rwxr-xr-x | ubuntu/_base/tde-i18n/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/tde-i18n/debian/rules b/ubuntu/_base/tde-i18n/debian/rules index 8c85d662c..2427e42f4 100755 --- a/ubuntu/_base/tde-i18n/debian/rules +++ b/ubuntu/_base/tde-i18n/debian/rules @@ -22,7 +22,7 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info -DEB_BUILD_PARALLEL = true +DEB_BUILD_PARALLEL ?= true ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) DEB_PARALLEL_JOBS ?= $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) |