diff options
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/debian/rules b/packages/debian/rules index d3409c7e..2a2386af 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f -DEB_PYTHON2_MODULE_PACKAGES = cloud-init INIT_SYSTEM ?= upstart,systemd +export PYBUILD_INSTALL_ARGS=--init-system=$(INIT_SYSTEM) %: dh $@ --with python2,systemd --buildsystem pybuild |