diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2020-11-24 13:25:09 +0300 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2020-11-24 13:25:09 +0300 |
commit | 9c09bc17726ccb2ab769faec6aacbe38db1b2e0f (patch) | |
tree | 6537af1a427736956f97afa11f78580b306427bf /pkg/deb/debian/rules.in | |
parent | c33b10a41fc76353295bee72a53a75e96441cc49 (diff) | |
download | unit-9c09bc17726ccb2ab769faec6aacbe38db1b2e0f.tar.gz unit-9c09bc17726ccb2ab769faec6aacbe38db1b2e0f.tar.bz2 |
Packages: dropped support for non-systemd distributions.
Diffstat (limited to 'pkg/deb/debian/rules.in')
-rw-r--r-- | pkg/deb/debian/rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/debian/rules.in b/pkg/deb/debian/rules.in index 3d6bfe22..1e76830f 100644 --- a/pkg/deb/debian/rules.in +++ b/pkg/deb/debian/rules.in @@ -96,7 +96,7 @@ install: build do.tests dh_testroot dh_prep dh_installdirs - dh_installinit + dh_installsystemd dh_installlogrotate cd $(BUILDDIR_unit) && DESTDIR=$(INSTALLDIR) make install cd $(BUILDDIR_unit) && DESTDIR=$(INSTALLDIR_dev) make libunit-install |