Skip to content

Commit 32772be

Browse files
tulilirockzShadowApex
authored andcommitted
chore(rpm): NO_RELOAD var on install script + change variable ordering to be accurate to how GNU make works
Signed-off-by: Tulip Blossom <tulilirockz@outlook.com>
1 parent f2ca874 commit 32772be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rpm/inputplumber.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ InputPlumber is an open source input routing and control daemon for Linux. It ca
3232
make build
3333

3434
%install
35-
PREFIX=%{buildroot}/usr make install
35+
make install PREFIX=%{buildroot}/usr NO_RELOAD=true
3636

3737
%post
3838
%systemd_post inputplumber.service

0 commit comments

Comments
 (0)