summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/rules.in
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-01-28 13:45:06 +0300
committerAndrei Belov <defan@nginx.com>2019-01-28 13:45:06 +0300
commit8f7e256f7f382ce8587df188e252542400130b6f (patch)
tree58eb8212f3923e81f1722526e2ce14660af43b83 /pkg/deb/debian.module/rules.in
parentd959300e0bf2445bf3915e12d670b099c6559e43 (diff)
downloadunit-8f7e256f7f382ce8587df188e252542400130b6f.tar.gz
unit-8f7e256f7f382ce8587df188e252542400130b6f.tar.bz2
Packages: reverted abb8cfb421f6 as it is no longer needed.
The fix has arrived in 1e802c31bbd9.
Diffstat (limited to '')
-rwxr-xr-xpkg/deb/debian.module/rules.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/deb/debian.module/rules.in b/pkg/deb/debian.module/rules.in
index 299e3937..22e381fe 100755
--- a/pkg/deb/debian.module/rules.in
+++ b/pkg/deb/debian.module/rules.in
@@ -75,9 +75,9 @@ install: build
dh_installlogrotate
%%MODULE_PREINSTALL%%
cd $(BUILDDIR_unit) && \
- DESTDIR=$(INSTALLDIR) make all %%MODULE_INSTARGS%%
+ DESTDIR=$(INSTALLDIR) make %%MODULE_INSTARGS%%
cd $(BUILDDIR_unit_debug) && \
- DESTDIR=$(INSTALLDIR) make all %%MODULE_INSTARGS%%
+ DESTDIR=$(INSTALLDIR) make %%MODULE_INSTARGS%%
binary-indep: build install
dh_testdir