Skip to content

Commit 0e31cb3

Browse files
committed
ensure sbindir is proper value for RPM
1 parent 7a0addd commit 0e31cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/rpm/unit.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ PKG_CONFIG_PATH=%{bdir}/pkg/contrib/njs/build \
8888
%{CONFIGURE_ARGS} \
8989
--modulesdir=%{_libdir}/unit/debug-modules \
9090
--libdir=%{_libdir} \
91+
--sbindir=%{_sbindir} \
9192
--cc-opt="%{CC_OPT}" \
9293
--ld-opt="%{LD_OPT}" \
9394
--debug

0 commit comments

Comments
 (0)