summaryrefslogtreecommitdiffhomepage
path: root/pkg
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
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
-rw-r--r--pkg/rpm/unit.module.spec.in2
2 files changed, 2 insertions, 4 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
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in
index 42fd9e1c..03d4addb 100644
--- a/pkg/rpm/unit.module.spec.in
+++ b/pkg/rpm/unit.module.spec.in
@@ -55,7 +55,6 @@ tar --strip-components=1 -zxf %{SOURCE0}
--cc-opt="%{CC_OPT}" \
--debug
./configure %%MODULE_CONFARGS%%
-make all
make %%MODULE_MAKEARGS%%
%{__mv} build build-debug
./configure \
@@ -63,7 +62,6 @@ make %%MODULE_MAKEARGS%%
--modules=%{_libdir}/unit/modules \
--cc-opt="%{CC_OPT}"
./configure %%MODULE_CONFARGS%%
-make all
make %%MODULE_MAKEARGS%%
%{__mv} build build-nodebug