diff options
author | Dimitri John Ledkov <dimitri.ledkov@canonical.com> | 2014-07-23 16:51:05 +0100 |
---|---|---|
committer | Dimitri John Ledkov <dimitri.ledkov@canonical.com> | 2014-07-23 16:51:05 +0100 |
commit | 3f2c36303ffbf20f58f4f9131fa3a36642420944 (patch) | |
tree | 2e8ea99e56b1b15c3fb0deb49ccb06b46bd47ddf /packages/debian | |
parent | 6327e159f475ca4dcd97d1c6feea5f747090c41d (diff) | |
download | vyos-cloud-init-3f2c36303ffbf20f58f4f9131fa3a36642420944.tar.gz vyos-cloud-init-3f2c36303ffbf20f58f4f9131fa3a36642420944.zip |
fix up
Diffstat (limited to 'packages/debian')
-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 |